| Problem | razlika |
|---|---|
| User | chatdanai |
| Submission Time | 2026-02-16 17:54:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
razlika.cpp: In function ‘int main()’:
razlika.cpp:18:21: error: ‘win’ was not declared in this scope; did you mean ‘sin’?
18 | if (dq.front()<=i-win) dq.pop_front();
| ^~~
| sin
razlika.cpp:19:45: error: expected ‘]’ before ‘)’ token
19 | if (i>=n-k-2) ans=min(ans,v[i+1]-v[i-n+k+2)+prediff[dq.front()]);
| ^
| ]
razlika.cpp:19:66: error: expected ‘;’ before ‘)’ token
19 | if (i>=n-k-2) ans=min(ans,v[i+1]-v[i-n+k+2)+prediff[dq.front()]);
| ^
| ;