2017年5月10日

Hangman Judge UVA - 489

摘要: 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 as th 阅读全文

posted @ 2017-05-10 20:56 九月旧约 阅读(138) 评论(0) 推荐(0) 编辑

Marvelous Mazes UVA - 445

摘要: #include #include #include #include #define maxn 150 using namespace std; char mapn[maxn][maxn]; int main() { char str[150]; while(gets(str)!=NULL) { int sum; for(int i=0;... 阅读全文

posted @ 2017-05-10 16:01 九月旧约 阅读(162) 评论(0) 推荐(0) 编辑

导航