上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 101 下一页
摘要: #include int main(){ int row,col; char c; scanf("%d %c", &col, &c); if (col%2 == 1) row = (col+1)/2; else row = ... 阅读全文
posted @ 2017-07-23 19:52 老耗子 阅读(97) 评论(0) 推荐(0) 编辑
摘要: #include struct person{ char name[15]; // 姓名 char id[15]; // ID int score; // 分数 }M,F,temp;void init(){ M.score = 101; ... 阅读全文
posted @ 2017-07-23 19:29 老耗子 阅读(93) 评论(0) 推荐(0) 编辑
摘要: #include struct person... 阅读全文
posted @ 2017-07-23 19:29 老耗子 阅读(44) 评论(0) 推荐(0) 编辑
摘要: #include struct person... 阅读全文
posted @ 2017-07-23 19:29 老耗子 阅读(92) 评论(0) 推荐(0) 编辑
摘要: #include struct pNode{ char id[20]; int hh,mm,ss;}ans1,ans2, temp;bool great(pNode node1, pNode node2){ //时间node1 大于node2 返回真 i... 阅读全文
posted @ 2017-07-23 18:52 老耗子 阅读(100) 评论(0) 推荐(0) 编辑
摘要: #include struct pNode{... 阅读全文
posted @ 2017-07-23 18:52 老耗子 阅读(57) 评论(0) 推荐(0) 编辑
摘要: #include struct pNode{... 阅读全文
posted @ 2017-07-23 18:52 老耗子 阅读(78) 评论(0) 推荐(0) 编辑
摘要: #include char S[3] = {... 阅读全文
posted @ 2017-07-22 20:50 老耗子 阅读(68) 评论(0) 推荐(0) 编辑
摘要: #include char S[3] = {... 阅读全文
posted @ 2017-07-22 20:50 老耗子 阅读(70) 评论(0) 推荐(0) 编辑
摘要: #include char S[3] = {'W', 'T', 'L'};int main(){ double ans = 1.0, tmp = 0,a; int idx; //记录每行最大的数字的下标 for (int i=0; i tmp){ ... 阅读全文
posted @ 2017-07-22 20:49 老耗子 阅读(137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 101 下一页