Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
3160 黄祖耀 陶陶摘苹果 C++ 解答错误 0 0 MS 244 KB 267 2019-12-14 10:31:13

Tests(0/1):


#include<iostream> using namespace std; int main(){ int apple[11]={0}; int max,number; for(int i=1;i<11;i++){ cin>>apple[i]; } cin>>max; max+=30; for(int i=1;i<=10;i++){ if(apple[i]<=max){ number++; } } cout<<number; return 0; }


测评信息: