1153 Decode Registration Card of PAT (25分)
错误点1:再cmpNt中用sscanf函数将string化为int,导致测试点4超时
错误点2:将string用scanf输入后,如果不substr后比较||赋值,就会发生错误。可能和resize有关
#include <iostream>
#include <vector>
#include <algorithm>
#include <map>
#include <unordered_map>
using namespace std;
const
原创
2020-11-23 17:28:59 ·
121 阅读 ·
0 评论