摘要: Codeforces Round #956 (Div. 2) and ByteRace 2024 A 签到题 代码: #include<bits/stdc++.h> using namespace std; void work() { int n; cin >> n; for(int i = 1; 阅读全文
posted @ 2024-07-10 03:05 _yimg 阅读(131) 评论(0) 推荐(0)