摘要: print("PTA shi3 wo3 jing1 shen2 huan4 fa1 !") 阅读全文
posted @ 2024-08-06 01:09 Frodnx 阅读(9) 评论(0) 推荐(0)
摘要: // 8'43" #include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; double avg = 0; map<int,string> hash; int ans = 0; for(int i = 1; 阅读全文
posted @ 2024-08-06 01:08 Frodnx 阅读(17) 评论(0) 推荐(0)
摘要: // 7'18" #include <iostream> using namespace std; int main() { int pa, pb; cin >> pa >> pb; int p1, p2, p3; cin >> p1 >> p2 >> p3; bool awin = false; 阅读全文
posted @ 2024-08-06 00:58 Frodnx 阅读(8) 评论(0) 推荐(0)
摘要: 输入->判断正反是否一致->输出 // 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)