南阳oj 成绩转换

Posted huanya

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了南阳oj 成绩转换相关的知识,希望对你有一定的参考价值。

#include<iostream>
using namespace std;
int main ()
{
int t;
cin>>t;
while(t--)
{
int n;
cin>>n;
if(n>=90 && n<=100)
cout<<"A"<<endl;
else if(n>=80 && n<90)
cout<<"B"<<endl;
else if(n>=70 && n<80)
cout<<"C"<<endl;
else if(n>=60 && n<70)
cout<<"D"<<endl;
else
cout<<"E"<<endl;
}
return 0;
}

简单的水题























以上是关于南阳oj 成绩转换的主要内容,如果未能解决你的问题,请参考以下文章

南阳oj cigarettes

南阳oj 盗梦空间

南阳oj 蛇形填数

南阳oj 阶乘因式分解

南阳oj 字符串替换

南阳oj 韩信点兵