狂打if
2024-03-16 09:46:30
发布于:广东
6阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b>>c;
if(a>=90){
cout<<"A";
}else if(a>=80&&a<90){
cout<<"B";
}else if(a>=70&&a<80){
cout<<"C";
}else if(a>=60&&a<70){
cout<<"D";
}else{
cout<<"E";
}
return 0;
}
我和“进步的蜗牛”的小伙伴都在ACGO等你,快用这个专属链接加入我们吧!
这里空空如也
有帮助,赞一个