/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 5ms 532.0 KiB
#2 Accepted 4ms 532.0 KiB

Code

#include <bits/stdc++.h>
#define ll long long
#define pub push_back
#define fast                      \
    ios_base::sync_with_stdio(0); \
    cin.tie(0);
using namespace std;
void solve()
{
    cout << "I love programming" << endl;
}
int main()
{
    fast;
    ll t;
    cin >> t;
    while (t--)
    {
        solve();
    }
    return 0;
}

Information

Submit By
Type
Submission
Problem
P1018 Show your dedication
Language
C++17 (G++ 13.2.0)
Submit At
2024-11-05 13:28:21
Judged At
2024-11-05 13:28:21
Judged By
Score
100
Total Time
5ms
Peak Memory
532.0 KiB