摘要:
T1:Penalty Kick 模拟 代码实现 #include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; string ans; for (int i = 1; i <= n; ++i) { if (i%3 阅读全文
posted @ 2024-04-06 23:54
V_Melville
阅读(52)
评论(0)
推荐(0)
浙公网安备 33010602011771号