上一页 1 ··· 75 76 77 78 79
摘要: 题意:1 如果是严格升序的字母字符串,那么可以输出非0解码,否则不能译码输出02 字符串解码 遵循递增原则,其值为 到现在为止的所有按字母序小于该字符串的数量 + 1;#include using namespace std;char ans[11];int a[10];int c[27][27];... 阅读全文
posted @ 2014-04-01 11:22 雪溯 阅读(146) 评论(0) 推荐(0) 编辑
摘要: The Pilots Brothers' refrigeratorTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 16868Accepted: 6393Special JudgeDescriptionThe game “The Pil... 阅读全文
posted @ 2014-02-13 14:04 雪溯 阅读(560) 评论(0) 推荐(0) 编辑
摘要: Flip GameTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 4863 Accepted: 1983DescriptionFlip game is played on a rectangular 4x4 field with ... 阅读全文
posted @ 2014-02-03 22:45 雪溯 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 1 scanf_s需指定%c 个数h shortl long关键字* 不赋给任何值W 指定读入宽度转换字符a 读浮点值(c99)A 读浮点值(c99)c 读单字符d 读十进制数i 读十进制\八进制\十六进制整数e 读浮点数E 读浮点数f 读浮点数F 读浮点数(c99)g 读浮点数G 读浮点数o 读八... 阅读全文
posted @ 2014-01-11 15:14 雪溯 阅读(315) 评论(0) 推荐(0) 编辑
上一页 1 ··· 75 76 77 78 79