Code
#include <iostream>
#include <vector>
#include <set>
#include <algorithm>
using namespace std;
#define speedBoost ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);
#define ll long long int
void solve(){
ll a;
cin>>a;
for(int i=0;i<a;i++){
cout<<"I love programming\n";
}
}
int main(){
speedBoost;
//int tc;
//cin>>tc;
//while(tc--){
solve();
// }
}
Information
- Submit By
- Type
- Submission
- Problem
- P1018 Show your dedication
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-04-23 11:32:23
- Judged At
- 2025-04-23 11:32:23
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 532.0 KiB