Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
79275 sh25_shenpy 成绩统计 C++ Compile Error 0 MS 0 KB 296 2026-01-01 19:58:47

Tests(0/0):


#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; }


Judgement Protocol: