Problem summit
User aiden
Submission Time 2025-04-19 16:30:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

summit.cpp: In function ‘int main()’:
summit.cpp:20:9: error: ‘l’ was not declared in this scope
20 | while (l<r){
| ^
summit.cpp:20:11: error: ‘r’ was not declared in this scope
20 | while (l<r){
| ^
summit.cpp:29:10: error: ‘l’ was not declared in this scope
29 | cout << l;
| ^