| Problem | burgers |
|---|---|
| User | n1k1trh |
| Submission Time | 2025-11-13 14:29:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
burgers.cpp: In function ‘int32_t main()’:
burgers.cpp:70:9: error: redeclaration of ‘long long int r’
70 | int r = 1e9 + 5;
| ^
burgers.cpp:69:16: note: ‘long long int r’ previously declared here
69 | int l = 0, r = 0;
| ^