2019年8月17日

PAT 2018 春

摘要: A 1140 Look-and-say Sequence 简单模拟。可能要注意字符串第一个字符和最后一个字符的处理。 1 #include <cstdio> 2 #include <iostream> 3 #include <algorithm> 4 #include <string> 5 #inc 阅读全文

posted @ 2019-08-17 21:41 ChangeUp 阅读(255) 评论(0) 推荐(0)

导航