vjestica.cpp: In function 'int resi(int)':
vjestica.cpp:2:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
2 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
vjestica.cpp:21:5: note: in expansion of macro 'ff'
21 | ff(i,0,25)mini[i] = 1e9;
| ^~
vjestica.cpp:2:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
2 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
vjestica.cpp:23:5: note: in expansion of macro 'ff'
23 | ff(i,0,n - 1){
| ^~
vjestica.cpp:2:27: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
2 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
vjestica.cpp:26:13: note: in expansion of macro 'ff'
26 | ff(j,0,26){
| ^~
vjestica.cpp:2:27: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
2 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
vjestica.cpp:31:5: note: in expansion of macro 'ff'
31 | ff(j,0,26){
| ^~
vjestica.cpp: In function 'int main()':
vjestica.cpp:2:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
2 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
vjestica.cpp:48:5: note: in expansion of macro 'ff'
48 | ff(i,0,n - 1){
| ^~
vjestica.cpp:2:27: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
2 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
vjestica.cpp:52:9: note: in expansion of macro 'ff'
52 | ff(j,0,m - 1)freq[i][x[j] - 'a']++;
| ^~