随笔分类 -  ACM

摘要:题目链接:http://ac.jobdu.com/problem.php?pid=1005感觉自己下面写的程序没有问题,但一直就是WA。程序也不求效率,只求能通过。怎么就一直有问题,真是看不出哪里有边界问题没考虑了?哪位朋友帮忙看下哪里有问题。 1 #include <iostream> 2 #include <vector> 3 #include <algorithm> 4 5 using namespace std; 6 7 8 class Stu 9 { 10 public: 11 12 Stu(int ge, int gi, int id) : GE 阅读全文
posted @ 2012-05-20 14:42 ziyoudefeng 阅读(348) 评论(0) 推荐(0)