摘要: include include include include using namespace std; bool check(int a[],int n) {//判断是否为回文数 bool flag = true; if (n == 1 && a[0] == 0) { return true; } 阅读全文
posted @ 2019-03-03 23:56 Chance-Zou 阅读(240) 评论(0) 推荐(0) 编辑
摘要: include include include include include using namespace std; int n, m, optnum, truenum, temp, maxcnt = 0; int opt[1010][110] = {0};//代表着每个学生对每个题目的选择 c 阅读全文
posted @ 2019-03-03 11:19 Chance-Zou 阅读(785) 评论(0) 推荐(0) 编辑