摘要:
第一次没仔细审题:View Code 1 #include<iostream> 2 #include<sstream> 3 #include<string> 4 #include<vector> 5 using namespace std; 6 7 class stu 8 { 9 public: 10 int sol; 11 string time; 12 int h, m, s;//对应的时分秒 13 int score;//得分 14 bool sm;//标志是否是最小的那个(默认是) 15 stu() 16 {... 阅读全文
posted @ 2013-04-03 21:10
桑海
阅读(266)
评论(0)
推荐(0)
浙公网安备 33010602011771号