제출 #1171008

#제출 시각아이디문제언어결과실행 시간메모리
1171008mbkBitaro, who Leaps through Time (JOI19_timeleap)C++20
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> using namespace std; int n; int main() { return ; }

컴파일 시 표준 에러 (stderr) 메시지

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