摘要:
"Codeforces Round 340 (Div. 2)" 1月24日 "A. Elephant" 题意:略.思路:略. include<bits/stdc++.h using namespace std; typedef long long ll; int n; int main()... 阅读全文
摘要:
Codeforces 333 "A Two Bases" 用了pow,中招了……; include<bits/stdc++.h using namespace std; typedef long long ll; define inf 0x3f3f3f3f3f int n,m; int c,... 阅读全文