摘要:
链接 分析:找出每一个字母对应的数字,然后看字典里面那个与其匹配 1 /* 2 ID: **** 3 PROG: namenum 4 LANG: C++ 5 */ 6 #include<iostream> 7 #include<fstream> 8 #include<string.h> 9 10 u 阅读全文
posted @ 2017-05-24 21:38
wolf940509
阅读(252)
评论(0)
推荐(0)
摘要:
链接 分析:根据操作模拟 1 /* 2 ID:wanghan 3 PROB:transform 4 LANG:C++ 5 */ 6 #include "iostream" 7 #include "cstdio" 8 #include "cstring" 9 #include "string" 10 阅读全文
posted @ 2017-05-24 00:32
wolf940509
阅读(227)
评论(0)
推荐(0)