| Problem | gfriendmania |
|---|---|
| User | abcde271828 |
| Submission Time | 2026-03-03 07:51:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gfriendmania.cpp: In function ‘void solve()’:
gfriendmania.cpp:104:60: error: ‘L’ was not declared in this scope
104 | int lb = lower_bound(rizz.begin(), rizz.end(), L) - rizz.begin();
| ^
gfriendmania.cpp:105:60: error: ‘R’ was not declared in this scope
105 | int rb = upper_bound(rizz.begin(), rizz.end(), R) - rizz.begin() - 1;
| ^