20求调
查看原帖
20求调
1490231
Wkr15232106165楼主2025/1/23 11:49
#include<iostream>
using namespace std;

int main(){
	int x;
	cin>>x;
	if((x=1)||(x=0))
		cout<<"Today, I ate "<<x<<" apple.";
else
		cout<<"Today, I ate "<<x<<" apples.";
	return 0;
}
2025/1/23 11:49
加载中...