摘要: #include #include #include #include #include #include using namespace std;int susuTable[28]={1};bool isLear(int num){ if(num==2) return true... 阅读全文
posted @ 2014-11-24 21:14 ElephantKing 阅读(376) 评论(0) 推荐(0)
摘要: #include #include #include #include #include #include using namespace std;int susuTable[28]={1};bool isLear(int num){ if(num==2) return true... 阅读全文
posted @ 2014-11-24 20:28 ElephantKing 阅读(165) 评论(0) 推荐(0)
摘要: #include #include #include #include #include #include using namespace std;struct People{ string name;//准考证号 int solutionNum;//做出题目的个数 //vecto... 阅读全文
posted @ 2014-11-24 15:28 ElephantKing 阅读(127) 评论(0) 推荐(0)
摘要: #include #include #include #include #include #include using namespace std;bool changed = false;struct Node{ //int test; string name; string s... 阅读全文
posted @ 2014-11-24 10:45 ElephantKing 阅读(140) 评论(0) 推荐(0)
摘要: #include #include #include #include using namespace std;int main(){ int arr[10000]; int maxNum=0; int maxNow = 0; int startNum=0,endNum = ... 阅读全文
posted @ 2014-11-24 09:57 ElephantKing 阅读(172) 评论(0) 推荐(0)