Submission #1089906

#TimeUsernameProblemLanguageResultExecution timeMemory
1089906lucripopa (BOI18_popa)C++17
Compilation error
0 ms0 KiB
#include "popa.h" #include<bits/stdc++.h> using namespace std; int solve(int N, int* Left, int* Right) { retrun 0; }

Compilation message (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 | }
      | ^