Code
#include<iostream>
#include<bits/stdc++.h>
using namespace std;
int main(){
int N;
cin>>N;
for(int i=1;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++17 (G++ 13.2.0)
- Submit At
- 2023-12-31 13:33:00
- Judged At
- 2024-11-11 03:46:38
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 544.0 KiB