Problem justright
User Phoubia01
Submission Time 2026-01-05 21:59:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

justright.cpp: In function ‘int main()’:
justright.cpp:33:9: error: expected ‘,’ or ‘;’ before ‘if’
33 | if (can(mid, A)){
| ^~
justright.cpp:37:9: error: ‘else’ without a previous ‘if’
37 | else{
| ^~~~