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

Compile Error

justright.cpp: In function ‘int main()’:
justright.cpp:2:13: error: expected unqualified-id before ‘long’
2 | #define int long long
| ^~~~
justright.cpp:15:22: note: in expansion of macro ‘int’
15 | int lo=0,hi=p[n],int ans=0;
| ^~~
justright.cpp:25:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
25 | ans=mid;
| ^~~
| abs
justright.cpp:30:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
30 | cout << ans;
| ^~~
| abs