Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
75507 sh25_shenpy 成绩输出 C++ 通过 0 MS 240 KB 264 2025-12-07 15:20:15

Tests(1/1):


#include<iostream> using namespace std; int main() { int n; cin>>n; if(n>=90) cout<<"优秀"; else if(n>=80) cout<<"良好"; else if(n>=70) cout<<"中等"; else if(n>=60) cout<<"及格"; else cout<<"不及格"; return 0;}


测评信息: