摘要:
输入->判断正反是否一致->输出 // 11'43" #include <bits/stdc++.h> using namespace std; int main() { char ch; int n; cin >> ch >> n; vector<string> v; string emp; ge 阅读全文
posted @ 2024-08-06 00:49
Frodnx
阅读(6)
评论(0)
推荐(0)
摘要:
// 1'4" #include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; for(int i = 1; i <= a + b; ++ i) cout << "Wang!"; return 0; } 阅读全文
posted @ 2024-08-06 00:35
Frodnx
阅读(23)
评论(0)
推荐(0)
摘要:
// 34" #include <iostream> using namespace std; int main() { cout << "2018\nwo3 men2 yao4 ying2 !"; return 0; } 阅读全文
posted @ 2024-08-06 00:05
Frodnx
阅读(8)
评论(0)
推荐(0)
浙公网安备 33010602011771号