- 龙凤苑中学A班5.15
Apples答案可复制
- @ 2024-5-15 18:00:40
#include<bits/stdc++.h>
using namespace std;
int main(){
int x;
cin>>x;
if(x==1){
cout<<"Today, I ate 1 apple ."<<endl;
}
else {
cout<<"Today, I ate "<<x<<" apples."<<endl;
}
return 0;
}
0 comments
No comments so far...