Problem watching
User Josh28
Submission Time 2023-02-19 23:29:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

watching.cpp: In function ‘void solve()’:
watching.cpp:89:17: error: expected ‘,’ or ‘;’ before ‘lo’
89 | ll hi=1e9+1 lo=1;
| ^~
watching.cpp:90:12: error: ‘lo’ was not declared in this scope; did you mean ‘ll’?
90 | while (lo < hi) {
| ^~
| ll