Problem justright
User StormyGood
Submission Time 2024-12-15 16:41:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

justright.cpp: In function ‘int main()’:
justright.cpp:14:11: error: ‘lo’ was not declared in this scope; did you mean ‘l’?
14 | while(lo<hi){
| ^~
| l
justright.cpp:14:14: error: ‘hi’ was not declared in this scope
14 | while(lo<hi){
| ^~
justright.cpp:30:11: error: ‘lo’ was not declared in this scope; did you mean ‘l’?
30 | cout<<lo;
| ^~
| l