摘要: A:http://codeforces.com/contest/1433/problem/A 解析: 直接手写个表,一个一个算就行了。 #include<bits/stdc++.h> #define ll long long using namespace std; const int maxn = 阅读全文
posted @ 2020-10-22 19:23 liyexin 阅读(153) 评论(0) 推荐(0)