Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
85204 sh25_ganzy 陶陶摘苹果 C++ 通过 0 MS 248 KB 231 2026-03-06 16:47:42

Tests(10/10):


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


测评信息: