Submission #1164756

#TimeUsernameProblemLanguageResultExecution timeMemory
1164756ReLice구경하기 (JOI13_watching)C++20
Compilation error
0 ms0 KiB

Compilation message (stderr)

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