| Problem | ljubomora |
|---|---|
| User | LL |
| Submission Time | 2025-12-17 15:55:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:5:11: error: expected initializer before ‘l’
5 | int n ,m l = 0 ,r = 1e9, mid;
| ^
ljubomora.cpp:6:9: error: ‘m’ was not declared in this scope
6 | cin >> m >> n;
| ^
ljubomora.cpp:12:8: error: ‘l’ was not declared in this scope
12 | while(l<r-1){
| ^
ljubomora.cpp:12:10: error: ‘r’ was not declared in this scope
12 | while(l<r-1){
| ^
ljubomora.cpp:13:3: error: ‘mid’ was not declared in this scope
13 | mid = (l+r)/2;
| ^~~
ljubomora.cpp:22:10: error: ‘r’ was not declared in this scope
22 | cout << r << '\n';
| ^