제출 #1214913

#제출 시각아이디문제언어결과실행 시간메모리
1214913nya10main 함수 (BSC_0_0)C++20
컴파일 에러
0 ms0 KiB
#include <iostream> int main { return 0; }

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

main.cpp:3:5: error: cannot declare '::main' to be a global variable
    3 | int main
      |     ^~~~
main.cpp:6:3: error: expected primary-expression before 'return'
    6 |   return 0;
      |   ^~~~~~
main.cpp:6:3: error: expected '}' before 'return'
main.cpp:4:1: note: to match this '{'
    4 | {
      | ^
main.cpp:7:1: error: expected declaration before '}' token
    7 | }
      | ^