摘要: 比赛链接:https://codeforces.com/contest/1351 A - A+B (Trial Problem) #include <bits/stdc++.h> using namespace std; void solve() { int a, b; cin >> a >> b; 阅读全文
posted @ 2020-05-08 00:35 Kanoon 阅读(182) 评论(2) 推荐(2) 编辑