Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
79879 sh25_zhoumy 陶陶摘苹果 C++ 解答错误 0 MS 244 KB 256 2026-01-04 14:49:37

Tests(0/10):


#include<bits/stdc++.h> using namespace std; int main() { int x=10,sum=0,h; h+=30; int a[x]; for(int i=0;i<x;i++){ cin>>a[i]; cin>>h; if(a[i]<=h){ sum++; } } cout<<sum; return 0; }


测评信息: