acmOfzju
wshong
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
zoj 1016 Parencodings
#includestdio.h>#includestdlib.h>int main()...{ char a[21]; int t; int n,m; int i,j; scanf("%d", &t); while(t--) ...{ scanf("%d", &n); ...{原创 2007-03-02 15:17:00 · 893 阅读 · 0 评论 -
zoj 1095 Humble Numbers
//code by wshong#includestdio.h>#includestdlib.h>int main()...{ int ham[5842]; int a[4]=...{0,0,0,0}; ham[0] = 1; int i; for(i = 1; i 5842; i++) ...{ int tem1 = 2 * ham[a[0原创 2007-03-02 15:28:00 · 1293 阅读 · 1 评论 -
zoj 2132 The Most Frequent Number
#includestdio.h>#includestdlib.h>int main()...{ long n; long m; while(scanf("%ld", &n)!= EOF) ...{ scanf("%ld",&m); long temp = m; long count = 1; int i;原创 2007-02-28 01:19:00 · 1106 阅读 · 0 评论
分享