PAT(Advance) 1082. Read Number in Chinese (25)

这道题放了很久,一直不想作,感受要考虑的状况好多。 实际作的时候感受只要理清思路仍是不难的。ios #include <iostream> #include <map> #include <vector> using namespace std; string num[10] = {"ling","yi","er","san","si","wu","liu","qi","ba","jiu"}; m
相关文章
相关标签/搜索