Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
79276 sh25_shenpy 成绩统计 C++ 解答错误 0 MS 248 KB 303 2026-01-01 19:59:02

Tests(1/4):


#include<iostream> using namespace std; int main(){ int x,v=0,b=0,n=0,m=0; for(int i=0;i<5;++i){ cin>>x; if(x>=90) ++v; else if(x>=82) ++b; else if(x>=75) ++n; else ++m; } cout<<v<<","<<b<<","<<n<<","<<m; return 0; }


测评信息: