摘要:
AtCoder Beginner Contest 135 A - Harmony #include <bits/stdc++.h> using namespace std; int main () { int a, b; cin >> a >> b; if (a == b) cout << 0; e 阅读全文
摘要:
Educational Codeforces Round 16 https://codeforces.com/contest/710 4/6:ABCE A. King Moves #include <bits/stdc++.h> using namespace std; int cnt, ans; 阅读全文
摘要:
AtCoder Beginner Contest 134 https://atcoder.jp/contests/abc134 A - Dodecagon #include <bits/stdc++.h> using namespace std; int main () { int a; cin > 阅读全文