Submission #1089906

# Submission time Handle Problem Language Result Execution time Memory
1089906 2024-09-17T11:38:00 Z lucri popa (BOI18_popa) C++17
Compilation error
0 ms 0 KB
#include "popa.h"
#include<bits/stdc++.h>
using namespace std;
int solve(int N, int* Left, int* Right)
{
	retrun 0;
}

Compilation message

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 | }
      | ^