/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 1ms 532.0 KiB

Code

#include<bits/stdc++.h>
using namespace std;

int main()
{
    int n; cin>>n;
    while(n--){
        cout<<"I love programming\n";
    }
}

Information

Submit By
Type
Pretest
Problem
P1018 Show your dedication
Language
C++17 (G++ 13.2.0)
Submit At
2024-08-21 12:00:45
Judged At
2024-10-03 13:14:58
Judged By
Score
10
Total Time
1ms
Peak Memory
532.0 KiB