上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 99 下一页

2011年9月1日

hdu 2054

摘要: (有更新)2011ACM/ICPC亚洲区中国大陆5个赛区信息汇集~A == B ?Time Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 29789Accepted Submission(s): 4579Problem DescriptionGive you two numbers A and B, if A is equal to B, you should print "YES", or print "NO" 阅读全文

posted @ 2011-09-01 11:08 more think, more gains 阅读(252) 评论(0) 推荐(0) 编辑

hdu 1062

摘要: #include <stdio.h>#include <string.h>#include <stdlib.h>char str[110];char ch[110];void reverse( ){ int len, p, q; p = strlen(ch) - 1; for(q = 0; q < p; q++, p--) { char c = ch[q]; ch[q] = ch[p]; ch[p] = c; } printf("%s",ch);}int main( ){ int T, i, k; scanf(... 阅读全文

posted @ 2011-09-01 11:00 more think, more gains 阅读(197) 评论(0) 推荐(0) 编辑

2011年8月29日

strtok

摘要: 词组缩写Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3708Accepted Submission(s): 1202Problem Description定义:一个词组中每个单词的首字母的大写组合称为该词组的缩写。比如,C语言里常用的EOF就是end of file的缩写。Input输入的第一行是一个整数T,表示一共有T组测试数据;接下来有T行,每组测试数据占一行,每行有一个词组,每个词组由一个或多个单词组成;每组的单词个数不超过10个,每 阅读全文

posted @ 2011-08-29 23:33 more think, more gains 阅读(464) 评论(0) 推荐(0) 编辑

2011年8月26日

Train Problem I hdu 1022

摘要: Train Problem ITime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6948Accepted Submission(s): 2547Problem DescriptionAs the new term comes, the Ignatius Train Station is very busy nowadays. A lot of student want to get back to school by train(because 阅读全文

posted @ 2011-08-26 10:10 more think, more gains 阅读(120) 评论(0) 推荐(0) 编辑

A hard puzzle hdu 1097

摘要: A hard puzzleTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 13791Accepted Submission(s): 4822Problem Descriptionlcy gives a hard puzzle to feng5166,lwg,JGShining and Ignatius: gave a and b,how to know the a^b.everybody objects to this BT problem,. 阅读全文

posted @ 2011-08-26 03:16 more think, more gains 阅读(266) 评论(0) 推荐(0) 编辑

上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 99 下一页

导航