摘要: 这题应该是个水题,可是我比题还水。。。TT,用map写的,存对应的roma数字时存错啦。。。正好在比赛,我晕,WA了两次,我的排名啊。。。TT#include <iostream>#include <cstdio>#include <cstdlib>#include <map>using namespace std;map<int, string> m;struct roma{ int x; string s;}roma[10010];void init(){ m[1] = "I";m[2] = "II& 阅读全文
posted @ 2011-09-17 17:16 AC_Von 阅读(249) 评论(0) 推荐(0) 编辑