Problem badcontest
User Kannan
Submission Time 2026-02-20 21:04:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

badcontest.cpp: In function ‘int main()’:
badcontest.cpp:30:12: error: expected ‘;’ before ‘if’
30 | m = b[n/2]
| ^
| ;
31 |
32 | if(s >= m) {
| ~~
badcontest.cpp:34:4: error: ‘else’ without a previous ‘if’
34 | } else {
| ^~~~