题解 1238: 演讲大赛评分

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

筛选

演讲大赛评分 (Java代码)

摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Main { public static void main(String[] a……

演讲大赛评分 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cstdio> #include<algorithm> using namespace std; int ……

c语言代码解决问题

摘要:解题思路:注意事项:参考代码:#include<stdio.h>struct student{ float score[7]; char name[50];};int main(){ struct s……

演讲大赛评分 (C语言代码)

摘要:解题思路:应该很明确 每个数据求和 然后求出最大最小 减去就行了注意事项:有点坑就是输入的这个评分是实数 所以输入用%lg %lf 参考代码:#include <stdio.h>int main(){……

11111111111111111111111111111111

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){    int i;    double sum,a[7],m……