摘要:
Codeforces Round 1065 (Div. 3)题解 A. Shizuku Hoshikawa and Farm Legs 签到题,第一眼看到的时候以为要解鸡兔同笼,但是直接观察就能得出答案了 #include<bits/stdc++.h> using namespace std; #d 阅读全文
摘要:
问题: B. Labyrinth 代码: #include<bits/stdc++.h> using namespace std; #define int long long #define ll long long #define fi first #define se second #defin 阅读全文