摘要: CCF 学生排队 PS:此文章已在我的站点更新,请移步访问~更多注释讲解哦。https://www.jeson.xin/ccf-student_queuing.html // 即将失效。。。 题目 问题描述 体育老师小明要将自己班上的学生按顺序排队。他首先让学生按学号从小到大的顺序排成一排,学号小的 阅读全文
posted @ 2017-04-05 10:48 Posase 阅读(1843) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 typedef struct 3 { 4 int attack,health; 5 } cus; 6 7 cus info[2][8]; 8 int aliv[2]; 9 int player = 0; 10 11 void summon(); 12 void attack(); 13 void solven();... 阅读全文
posted @ 2017-04-05 10:14 Posase 阅读(321) 评论(0) 推荐(0) 编辑