Problem justright
User chatdanai
Submission Time 2026-02-08 19:52:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

justright.cpp: In function ‘int main()’:
justright.cpp:14:22: error: expected unqualified-id before ‘int’
14 | int lo=0,hi=p[n],int ans=0;
| ^~~
justright.cpp:24:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
24 | ans=mid;
| ^~~
| abs
justright.cpp:29:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
29 | cout << ans;
| ^~~
| abs