救救我!!!!
查看原帖
救救我!!!!
774695
wzh0910楼主2022/9/9 23:13
#include<iostream>
using namespace std;
int main()
{
int x;
cin>>x;
if(x<=1)cout<<"Today, I ate "<<x<<" apple";
else cout<<"Today, I ate "<<x<<" apples";
return 0;
}
2022/9/9 23:13
加载中...