摘要:
A.统计总时间,从总时间开始找第一个能提交的点。 #include<bits/stdc++.h> using namespace std; int n,m,a[1005],ok[100005] = {0}; int main() { ios::sync_with_stdio(0); cin >> n 阅读全文
posted @ 2017-07-29 01:01
zzzzzzzzhu
阅读(227)
评论(0)
推荐(0)
摘要:
A.b序列从大到小填a序列中的0,在判断。 #include<bits/stdc++.h> using namespace std; int n,m,a[105],b[105]; int main() { ios::sync_with_stdio(0); cin >> n >> m; for(int 阅读全文
posted @ 2017-07-29 00:10
zzzzzzzzhu
阅读(192)
评论(0)
推荐(0)

浙公网安备 33010602011771号