3004: 成绩(c++代码)
摘要:最后的输出结果要是整型才能通过哦!```cpp#includeusingnamespacestd;intmain(){inta,b,c;cin>>a>>b>>c;c……
输出格式要是%f型不能是整型,%20就是float型
摘要:解题思路:输出格式要是%f型不能是整型,%20就是float型注意事项:输出单位参考代码:#include<stdio.h>intmain(){intb,c,d;//a=b作业20,c小测……