这次题感觉出了很好,点个赞。 不会 题。 前面的题感觉很磕思维,得想一会儿。 小红的单词整理 签到题 #include <bits/stdc++.h> using namespace std; const int N = 101001; int n, m, ans; int main() { string s, k; cin >> s >> k; cout << k << "\n"; cout <<s; return 0; } 小红煮汤圆 算出煮的次数,模拟即可。 复杂度 。 #include <bits/s...