Code
#include<bits/stdc++.h>
#define faster ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
using namespace std;
void solution ()
{
cout << "I love programming" << '\n';
}
int main()
{
faster
int t ;
cin >> t ;
while(t--)
{
solution();
}
}
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:18:06
- Judged At
- 2024-11-11 03:46:46
- Judged By
- Score
- 100
- Total Time
- 1ms
- Peak Memory
- 532.0 KiB