样例过了但零分???

P1046 [NOIP2005 普及组] 陶陶摘苹果

_Jarvis_ @ 2022-09-25 15:23:56

#include<bits/stdc++.h>
using namespace std;
int a[11],n,s;
int main(){
    //freopen("b.in","r",stdin);
    //freopen("b.out","w",stdout);
    for(int i=1;i<=10;i++){
        cin>>a[i];
        a[i]-=30;
    }
    cin>>n;
    for(int i=1;i<=10;i++){
        if(a[i]<=n){
            s++;
        }
    }
    cout<<s;
    //fclose(stdin);fclose(stdout);
    return 0;
}

好像没问题???


by wanghonghao123456 @ 2023-06-23 16:24:23

有时候能过全凭运气。。。。。。我一开始也行。。。。。。。。


上一页 |