摘要: 原题链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4468 这道题目的话可以使用iomanip这个头文件 1 #include<iostream> 阅读全文
posted @ 2016-11-22 23:07 Kayden_Cheung 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 好吧,终于知道原来string有这么多用法,map可以通过vector来映射多个数 1 #include <iostream> 3 #include <string> 4 #include <set> 5 #include <map> 6 #include <vector> 8 using name 阅读全文
posted @ 2016-11-22 21:16 Kayden_Cheung 阅读(671) 评论(0) 推荐(0) 编辑
//目录