班级人数 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ float p,q; int i,cheak; while (scanf("%f%f",&p,&q)!=EOF…… 题解列表 2017年12月09日 0 点赞 0 评论 908 浏览 评分:0.0
班级人数 (C语言代码) 摘要:#include <stdio.h> int main() { float p,q; int i,cheak; while (scanf("%f%f",&p,&q)!=EOF) {…… 题解列表 2017年10月27日 0 点赞 0 评论 1198 浏览 评分:9.9