- 龙凤苑中学A班5.29
gyudfxs
- @ 2024-5-29 17:14:54
#include <bits/stdc++.h>
using namespace std;
int main() {
int x;
cin>>x;
for(int i=1;i<=x;i++)
if(i==1)
cout<<"Today,I ate "<<1<<" apple."<<endl;
else
cout<<"Today,I ate "<<i<<" apples."<<endl;
return 0;
}
0 comments
No comments so far...