boxes.cpp: In function 'long long int delivery(int, int, int, int*)':
boxes.cpp:9:8: error: 'i' was not declared in this scope
9 | fr(i, 1, n) a[i] = pos[i - 1];
| ^
boxes.cpp:9:5: error: 'fr' was not declared in this scope
9 | fr(i, 1, n) a[i] = pos[i - 1];
| ^~
boxes.cpp:11:5: error: 'frd' was not declared in this scope
11 | frd(i, n, 1) ccw[i] = ccw[min(n + 1, i + k)] + 2*(l - a[i]);
| ^~~
boxes.cpp:12:5: error: 'll' was not declared in this scope; did you mean 'l'?
12 | ll ans = 1e18;
| ^~
| l
boxes.cpp:17:12: error: 'ans' was not declared in this scope; did you mean 'abs'?
17 | return ans;
| ^~~
| abs