题解 1008: [编程入门]成绩评定

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

筛选

利用选择函数求解成绩评定

摘要:解题思路:可分情况讨论输入的成绩落在哪个区间,并输出对应区间的字符注意事项:输出的字符需要自己写出来,此种方法局限性较大,只针对本题可求解参考代码:#include<iostream>us……

1008:成绩入门评定

摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intmain(){intn;cin>>n;if(n>=90){co……

成 绩 评 定

摘要:#includeusingnamespacestd;intmain(){intn;cin>>n;if(n<60)cout……

[编程入门]成绩评定

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

[编程入门]成绩评定c++

摘要:解题思路:按题目来判定条件注意事项:<=,>=,<,>不要用错参考代码:#include<iostream>#include<fstream>#incl……

成绩评定 题解(c++暴力简单)

摘要:解题思路:不就是暴力判断嘛!还不会!注意事项:无。参考代码:#include<bits/stdc++.h>usingnamespacestd;intn;intmain(){scanf(&q……