题解 3004: 成绩

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

成绩(c语言)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;&nbsp;inta,b,c,s;&nbsp;&……

3004: 成绩(c++代码)

摘要:最后的输出结果要是整型才能通过哦!```cpp#includeusingnamespacestd;intmain(){inta,b,c;cin>>a>>b>>c;c……