2019年8月13日

PAT A1005-1008

摘要: A 1005 Spell It Right (20 point(s)) 25分的题目,比较简单,注意N的范围,用字符串处理即可。 1 #include <iostream> 2 #include <cstdio> 3 #include <algorithm> 4 #include <vector> 阅读全文

posted @ 2019-08-13 21:01 ChangeUp 阅读(157) 评论(0) 推荐(0)

导航