摘要: A. Salem and Sticks 签. 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 #define N 1010 5 int n, a[N]; 6 7 int work(int x) 8 { 9 int res = 0; 10 f 阅读全文
posted @ 2019-01-31 15:37 Dup4 阅读(194) 评论(0) 推荐(0)