Submission #1171008

#TimeUsernameProblemLanguageResultExecution timeMemory
1171008mbkBitaro, who Leaps through Time (JOI19_timeleap)C++20
Compilation error
0 ms0 KiB
#include<bits/stdc++.h>
using namespace std;
int n;
int main()
{
    return ;
}

Compilation message (stderr)

timeleap.cpp: In function 'int main()':
timeleap.cpp:6:5: error: return-statement with no value, in function returning 'int' [-fpermissive]
    6 |     return ;
      |     ^~~~~~