摘要: 放大的X Time Limit : 2000/1000ms (Java/Other) Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 211 Accepted Submission(s) : 35Font: Times New Roman | Verdana | Georgia Font Size: ← →Problem Description请你编程画一个放大的’X’。如3*3的’X’应如下所示:X X XX X5*5的’X’如下所示:X X X X X X XX XInput输入数据第一行是一个整数T,表示有T组测 阅读全文
posted @ 2013-07-29 20:11 夏子藤 阅读(314) 评论(0) 推荐(0)
摘要: 字符串替换Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 8492 Accepted: 4009 Description编写一个C程序实现将字符串中的所有"you"替换成"we"Input输入包含多行数据 每行数据是一个字符串,长度不超过1000 数据以EOF结束Output对于输入的每一行,输出替换后的字符串Sample Inputyou are what you doSample Outputwe are what we doSource#include#includeint ma 阅读全文
posted @ 2013-07-29 15:55 夏子藤 阅读(231) 评论(0) 推荐(0)
摘要: Let the Balloon RiseTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 57692 Accepted Submission(s): 21088Problem DescriptionContest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite tim 阅读全文
posted @ 2013-07-29 11:45 夏子藤 阅读(142) 评论(0) 推荐(0)