Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
430900 许舒睿 【C2-9】诸葛亮舌战群儒 C++ 通过 100 3 MS 244 KB 173 2026-03-05 18:43:18

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ int m,n,x,a=0; cin>>m>>n; for(int i=1;i<=n;i++){ cin>>x; if(m>x) a++; } cout<<a; return 0; }


测评信息: