摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3040水题,排个序就好了。 1 ///2014.4.3 - 2014.4.5 2 ///hdu3040 3 4 ///203MS 5 6 #include 7 #include 8 #include 9 #include 10 using namespace std;11 12 struct Vote{13 int time;14 long long tel;15 int num;16 };17 18 int N;19 int girlGet[11];20 int... 阅读全文
posted @ 2014-04-05 20:59 basement_boy 阅读(155) 评论(0) 推荐(0) 编辑