题解 2004: 统计成绩

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

筛选

统计成绩-题解(C++代码)

摘要:水题 ~ 注意一下类型就好了 ```cpp #include using namespace std; int main() { //freopen("in.txt"……

2004: 统计成绩

摘要:解题思路:尝试使用面向对象编程,可能稍微有点复杂注意事项:参考代码:#include <cstdio> class Worker {         public:            ……

编写题解 2004: 统计成绩

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){    int a[10];    for(int i=0;i<10;i……

2004: 统计成绩

摘要:#include<bits/stdc++.h> using namespace std; int main(){     double sum(0);     int x,fail(0);……

2004:统计成绩

摘要:解题思路:无注意事项:无参考代码:#include<bits/stdc++.h>using namespace std;long long z,s;double t;int main(){     f……