#include using namespace std; int main(){ int a; cin>>a; for(int i=1;i<=a;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...