
—— Codeforces——
witnessai1
初学者的无知在于未学,学者的无知在于学后
展开
-
Codeforces Round #376 (Div. 2) B. Coupons and Discounts
题目链接:http://codeforces.com/contest/731/problem/B #include #define MX 200007 using namespace std; int ar[MX]; int main() { bool flag=1; int n; cin>>n; for(int i = 1;i>ar[i];原创 2016-10-17 00:19:38 · 439 阅读 · 0 评论 -
Codeforces Round #376 (Div. 2) A. Night at the Museum
题目链接:http://codeforces.com/contest/731/problem/A #include #include using namespace std; char a[26]; int main() { string s; for(int i = 0; i < 26; i++) a[i] = 'a'+i; while(cin原创 2016-10-17 00:22:57 · 416 阅读 · 0 评论