算法訓練: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'};
相關文章
相關標籤/搜索