제출 #1332899

#제출 시각아이디문제언어결과실행 시간메모리
1332899dorkikannPortal (BOI24_portal)C++20
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h>
using namespace std;

int main()
{
    cout << "-1\n";
    return;
}

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

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