为什么全wa了啊啊啊,求指点
查看原帖
为什么全wa了啊啊啊,求指点
364232
否—㝎aaa楼主2020/7/27 10:54
#include<bits/stdc++.h>
using namespace std;
int main(){
	int n;
	cin>>n;
	if(n==1)
	cout<<"Today,I ate 1 apple.";
	if(n==0)
	cout<<"Today,I ate 0 apple.";
	if(n>1)
	cout<<"Today,I ate "<<n<<" apples.";
    return 0;
}
2020/7/27 10:54
加载中...