robots.cpp: In function 'bool subtask134::check(int)':
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:49:9: note: in expansion of macro 'FOR'
49 | FOR(i, 1, a) {
| ^~~
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:55:13: note: in expansion of macro 'FOR'
55 | FOR(j, 1, cnt) s.erase(--s.end());
| ^~~
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:58:9: note: in expansion of macro 'FOR'
58 | FOR(i, 1, b) {
| ^~~
robots.cpp: In function 'bool subtask2::check(int)':
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:86:9: note: in expansion of macro 'FOR'
86 | FOR(i, 1, a) {
| ^~~
robots.cpp: In function 'bool subtask5::check(int)':
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:116:9: note: in expansion of macro 'FOR'
116 | FOR(i, 1, a) {
| ^~~
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:122:13: note: in expansion of macro 'FOR'
122 | FOR(j, 1, cnt) {
| ^~~
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:129:9: note: in expansion of macro 'FOR'
129 | FOR(i, 1, t)
| ^~~
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:134:9: note: in expansion of macro 'FOR'
134 | FOR(i, 1, b) {
| ^~~
robots.cpp: In function 'int putaway(int, int, int, int*, int*, int*, int*)':
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:163:5: note: in expansion of macro 'FOR'
163 | FOR(i, 1, a) x[i] = X[i - 1];
| ^~~
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:164:5: note: in expansion of macro 'FOR'
164 | FOR(i, 1, b) y[i] = Y[i - 1];
| ^~~
robots.cpp:26:31: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
26 | #define FOR(i, l, r) for (int (i) = (l); (i) <= (r); ++(i))
| ^
robots.cpp:165:5: note: in expansion of macro 'FOR'
165 | FOR(i, 1, t) c[i] = {W[i - 1], S[i - 1]};
| ^~~