摘要: 模拟,水注意数组大小;#include #include #include #include using std::map;using std::memset;using std::sort;char charmap[18][34];char chess[8][8];map prior;char g... 阅读全文
posted @ 2013-07-09 14:37 little_hsu 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 模拟题注意要点:1. 和快速幂类似,但是是加法。2. 输入最后两行是\n;3. 转string最后不要输出空格。#include #include #include #include using std::memset;using std::map;using std::cin;long long ... 阅读全文
posted @ 2013-07-09 11:33 little_hsu 阅读(209) 评论(0) 推荐(0) 编辑