摘要: #include int main(){ ... 阅读全文
posted @ 2017-07-23 19:53 老耗子 阅读(66) 评论(0) 推荐(0) 编辑
摘要: #include int main(){ ... 阅读全文
posted @ 2017-07-23 19:53 老耗子 阅读(67) 评论(0) 推荐(0) 编辑
摘要: #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) 编辑