Village.cpp: In function 'void S()':
Village.cpp:6:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
6 | #define fp(a,i,c) for(int (a) = (i); (a) < (c); (a)++)
| ^
Village.cpp:18:2: note: in expansion of macro 'fp'
18 | fp(i,1,n){
| ^~
Village.cpp:6:27: warning: unnecessary parentheses in declaration of 'x' [-Wparentheses]
6 | #define fp(a,i,c) for(int (a) = (i); (a) < (c); (a)++)
| ^
Village.cpp:27:2: note: in expansion of macro 'fp'
27 | fp(x,0,n){
| ^~
Village.cpp:6:27: warning: unnecessary parentheses in declaration of 'x' [-Wparentheses]
6 | #define fp(a,i,c) for(int (a) = (i); (a) < (c); (a)++)
| ^
Village.cpp:44:3: note: in expansion of macro 'fp'
44 | fp(x,0,n){
| ^~
Village.cpp:6:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
6 | #define fp(a,i,c) for(int (a) = (i); (a) < (c); (a)++)
| ^
Village.cpp:78:2: note: in expansion of macro 'fp'
78 | fp(i,0,n)
| ^~
Village.cpp:6:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
6 | #define fp(a,i,c) for(int (a) = (i); (a) < (c); (a)++)
| ^
Village.cpp:82:2: note: in expansion of macro 'fp'
82 | fp(i,0,n)
| ^~