Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
336256 小林老师 【C4-1】陶陶摘苹果 C++ 通过 100 3 MS 252 KB 240 2025-07-26 10:24:53

Tests(10/10):


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


测评信息: