算法训练:pat甲级训练(三道基础题)

第一题:1005 Spell It Right (20分) 个人AC代码:算法使用的是映射,难度:简单题 #include <iostream> #include <string> #include <stack> using namespace std; const int maxn = 105; int main() { char* Val = new char[maxn] {'\0'};
相关文章
相关标签/搜索