Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
332663 李俞家骅 【C1-8】成绩等级 C++ 解答错误 0 1 MS 244 KB 256 2025-07-15 09:46:18

Tests(0/15):


#include<bits/stdc++.h> using namespace std; int main(){ int m; cin>>m; if(90<=m&&m<=100);cout<<"A"; if(80<=m&&m<90);cout<<"B"; if(70<=m&&m<80);cout<<"C"; if(60<=m&&m<70);cout<<"D"; if(m&&m<60);cout<<"E"; return 0; }


测评信息: