0分 帮我看看,一直过不了,已经检查过样例了
查看原帖
0分 帮我看看,一直过不了,已经检查过样例了
1595968
wangchunyuIO楼主2024/12/29 16:29
#include<bits/stdc++.h>
using namespace std;
unsigned int x;
int main(){
    cin>>x;
    if(x==0||x==1){
        cout<<"Today, I ate"<< x <<"apple."<<endl;
    }else{
        cout<< "Today, I ate"<< x <<"apples."<<endl;
}
        return 0;
}
2024/12/29 16:29
加载中...