- 龙凤苑中学B班5.14
Apples Plus
- @ 2024-5-14 18:08:37
#include<bits/stdc++.h>
using namespace std;
int main(){
int c;
cin>>c;
cout<<"Today,I ate "<<1<<" apple."<<endl;
for(int i=2;i<=c;i++){
cout<<"Today,I ate "<<i<<" apples."<<endl;
}
return 0;
}
0 comments
No comments so far...