这个才是真·答案!!!

韩潞琪  •  2个月前


#include<bits/stdc++.h> 
using namespace std; 
int main() 

   int a[11],m,s=0; 
   for(int i=1;i<=10;i++){ 
    cin>>a[i]; 

cin>>m; 
m=m+30; 
for(int i=1;i<=10;i++){ 
    if(m>=a[i]){ 
     s+=1;  
 } 

cout<<s; 
return 0; 

 


评论:

hh 又被窝骗到了!


韩潞琪  •  2个月前