Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
328852 黄浙峰老师 【C1-8】成绩等级 C++ 通过 100 4 MS 248 KB 204 2025-07-07 15:51:29

Tests(15/15):


#include<iostream> using namespace std; int main(){ int m; cin>>m; if(m<60)cout<<'E'; else if(m<70)cout<<'D'; else if(m<80)cout<<'C'; else if(m<90)cout<<'B'; else cout<<'A'; return 0; }


测评信息: