watching.cpp: In function 'void solve()': watching.cpp:56:21: error: 'slow' was not declared in this scope; did you mean 'low'? 56 | slow = lower_bound(all(a), a[i] + m * 2) - a.begin(); | ^~~~ | low