Code
#include<iostream>
using namespace std;
int main(){
int n;
cin>>n;
for(int i=0; i<n; i++){
cout<<"I love programming"<<endl;
}
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1018 Show your dedication
- Contest
- Brain booster - 1
- Language
- C++20 (G++ 13.2.0)
- Submit At
- 2023-12-31 14:18:12
- Judged At
- 2024-11-11 03:46:21
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 540.0 KiB