摘要: 比赛链接:AtCoder Beginner Contest 313 - AtCoder A: #include <bits/stdc++.h> using namespace std; int main() { cin.tie(0); ios::sync_with_stdio(false); int 阅读全文
posted @ 2023-08-06 11:42 Jakon 阅读(54) 评论(0) 推荐(0)