摘要:
A. To Zero #include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); int T; cin>>T; while(T--) { int n,k; ci 阅读全文
posted @ 2025-03-19 17:45
D06
阅读(43)
评论(0)
推荐(0)
摘要:
签到 从公告里听说可以使用 C++ 中的 std::cerr 进行输出调试,以后尝试一下 #include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); int T 阅读全文
posted @ 2025-03-19 16:05
D06
阅读(41)
评论(0)
推荐(0)

浙公网安备 33010602011771号