题解 3004: 成绩

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

筛选

不懂可评论

摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main{ &……

题解 3004: 成绩

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

按比例计算成绩

摘要:解题思路:&nbsp;&nbsp;1.注意计算公式&nbsp;&nbsp;&nbsp;&nbsp;2.考虑输出结果类型提示中输出结果不含小数也就是说输出……

不懂可评论

摘要:解题思路:注意事项:参考代码:a,b,c=map(int,input().split())print("%d"%(a*0.2+b*0.3+c*0.5))……

ikun崩溃代码

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){inta,b,c,d;floatA,B,C;scanf("%d%d%d",&……

3004: 成绩(c++代码)

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

成绩(C代码)

摘要:#includeintmain(){inta,b,c;//a为作业成绩,b为小测成绩,c为期末成绩intgrade;//总成绩scanf("%d%d%d",&a,&……

编写题解 3004: 成绩

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