摘要: Foreign Exchangeversion 1(100ms):#include#include#includeusing namespace std;int n;int main(){ while(scanf("%d",&n) && n){ m... 阅读全文
posted @ 2018-04-21 22:52 ACLJW 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Throwing cards away I queue#include#includeusing namespace std;int n;int main(){ while(scanf("%d",&n) && n){ if(n == 1){ //注... 阅读全文
posted @ 2018-04-21 22:45 ACLJW 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Ducci Sequenceversion 1(130ms):#includeusing namespace std;const int maxn = 20;int t,n,a[maxn];int main(){ scanf("%d",&t); while... 阅读全文
posted @ 2018-04-21 22:05 ACLJW 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Alignment of Code#include#include#include#include#includeusing namespace std;const int maxw = 180 + 5;const int maxl = 1000 + 5;int sp... 阅读全文
posted @ 2018-04-21 01:14 ACLJW 阅读(111) 评论(0) 推荐(0) 编辑