Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
84979 sh25_wanghy 陶陶摘苹果 C++ 通过 0 MS 240 KB 234 2026-03-04 20:51:27

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


测评信息: