Problem airplane2
User DaPeter
Submission Time 2026-03-11 09:05:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

airplane2.cpp:8:1: error: expected ‘,’ or ‘;’ before ‘bool’
8 | bool check(int m){
| ^~~~
airplane2.cpp: In function ‘int main()’:
airplane2.cpp:36:12: error: ‘check’ was not declared in this scope
36 | if(check(mid)){
| ^~~~~