摘要: 英语太烂啊。In ``Hangman Judge,'' you are to write a program that judges a series of Hangman games. For each game, the answer to the puzzle is given as well... 阅读全文
posted @ 2012-07-26 10:52 calmound 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 输出结束是EOF,这个害我wa,水题,二进制转换为ascii#include#include#includeint main(){ int i,j; int ans=0,tes; char str[100]; while(gets(str)!=NULL) { ... 阅读全文
posted @ 2012-07-26 08:55 calmound 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 题意:找相同字符窜首字母的地址读题。。。。A word matches a straight, uninterrupted line of letters in the grid.The outputs of two consecutive cases will be separated by a ... 阅读全文
posted @ 2012-07-26 08:04 calmound 阅读(552) 评论(0) 推荐(0) 编辑