摘要: 刚开始刷,记录一下,都是在练习模式下做的 K-Goodness String 代码: #include <iostream> #include <string> using namespace std; int main(){ int t; cin >> t; for(int j = 1; j <= 阅读全文
posted @ 2021-05-15 18:55 clara-zhang 阅读(97) 评论(0) 推荐(0)