- 龙凤苑中学A班5.29
[例4.1]Apples Plus
- @ 2024-5-29 17:09:21
#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...