摘要:
// 6'11" #include <bits/stdc++.h> using namespace std; const int N = 110; int a[N]; int main() { int n; cin >> n; for(int i = 1; i <= n; ++ i) cin >> 阅读全文
posted @ 2024-08-23 02:20
Frodnx
阅读(74)
评论(0)
推荐(0)
摘要:
// 1'58" #include <iostream> using namespace std; int main() { int n; cin >> n; for(int i = 1; i <= n; ++ i) { int a, b, c; cin >> a >> b >> c; if(c = 阅读全文
posted @ 2024-08-23 02:08
Frodnx
阅读(33)
评论(0)
推荐(0)
摘要:
// 2'35" #include <iostream> using namespace std; int main() { int n, m, k; string x; cin >> n >> x >> m >> k; if(k == n) cout << "mei you mai " << x 阅读全文
posted @ 2024-08-23 02:05
Frodnx
阅读(37)
评论(0)
推荐(0)
浙公网安备 33010602011771号