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:115:9: note: in expansion of macro 'FOR'
115 | 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:121:13: note: in expansion of macro 'FOR'
121 | 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:128:9: note: in expansion of macro 'FOR'
128 | 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:133:9: note: in expansion of macro 'FOR'
133 | 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:162:5: note: in expansion of macro 'FOR'
162 | 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:163:5: note: in expansion of macro 'FOR'
163 | 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:164:5: note: in expansion of macro 'FOR'
164 | FOR(i, 1, t) c[i] = {W[i - 1], S[i - 1]};
| ^~~