제출 #1089906

#제출 시각아이디문제언어결과실행 시간메모리
1089906lucripopa (BOI18_popa)C++17
컴파일 에러
0 ms0 KiB
#include "popa.h" #include<bits/stdc++.h> using namespace std; int solve(int N, int* Left, int* Right) { retrun 0; }

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

popa.cpp: In function 'int solve(int, int*, int*)':
popa.cpp:6:2: error: 'retrun' was not declared in this scope
    6 |  retrun 0;
      |  ^~~~~~
popa.cpp:7:1: warning: no return statement in function returning non-void [-Wreturn-type]
    7 | }
      | ^