题解列表

筛选

成绩转换 (C语言代码)

摘要:解题思路: 注意事项: 参考代码: /* 90~100为A;  80~89为B;  70~79为C;  60~69为D;  0~59为E; */ #include <stdio.h>……

母牛的故事 (C语言代码)

摘要:解题思路:注意事项:参考代码:  1 #include<stdio.h>  2 int main()  3 {  4     while(1)  5     {  6         int n=0,……