为什么是WA啊
查看原帖
为什么是WA啊
467057
wangjiaying20楼主2021/3/21 17:08
#include<bits/stdc++.h>
using namespace std;
int main()
{
    int n;
    cin>>n;
    if(n==0||n==1)
    cout<<"today, I ate "<<n<<" apple."<<endl;
    else
    cout<<"today, I ate "<<n<<" apples."<<endl;
    return 0;
}

实在是搞不懂

2021/3/21 17:08
加载中...