题解 1987: 考试评级

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

筛选

考试评级-题解(C++代码)

摘要:水题大仙来了考察if~else和switch~case的基本东西```cpp#includeusingnamespacestd;intmain(){intn;chart;cin>>n;if……