Problem expansion
User GreenBlob123
Submission Time 2024-12-30 16:45:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

expansion.cpp: In function ‘int main()’:
expansion.cpp:23:22: error: ‘l’ was not declared in this scope
23 | while (currend <l){
| ^
expansion.cpp:25:13: error: ‘n’ was not declared in this scope
25 | while (j<n && balloonlist[j].first - balloonlist[j].second <= currend){
| ^