| Problem | rubies |
|---|---|
| User | YH |
| Submission Time | 2025-12-04 16:07:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rubies.cpp: In function ‘void solve()’:
rubies.cpp:80:9: error: ‘l’ was not declared in this scope
80 | while (l < n && r < n) {
| ^
rubies.cpp:80:18: error: ‘r’ was not declared in this scope
80 | while (l < n && r < n) {
| ^