Code
#include<bits/stdc++.h>
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 13:54:42
- Judged At
- 2024-11-11 03:46:33
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 320.0 KiB