tickets.cpp: In function 'long long int find_maximum(int, std::vector<std::vector<int> >)':
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:25:2: note: in expansion of macro 'ff'
25 | ff(i,0,n - 1){
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:26:9: note: in expansion of macro 'ff'
26 | ff(j,0,m - 1){
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:30:2: note: in expansion of macro 'ff'
30 | ff(i,1,n)sort(mat[i] + 1, mat[i] + m + 1);
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:38:5: note: in expansion of macro 'ff'
38 | ff(i,1,n)ff(j,1,m)ans[i][j] = -1;
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:38:14: note: in expansion of macro 'ff'
38 | ff(i,1,n)ff(j,1,m)ans[i][j] = -1;
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:41:5: note: in expansion of macro 'ff'
41 | ff(i,1,n){
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:42:9: note: in expansion of macro 'ff'
42 | ff(j,1,k)suma -= mat[i][j].xx;
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:46:5: note: in expansion of macro 'ff'
46 | ff(i,1,n){
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:49:5: note: in expansion of macro 'ff'
49 | ff(i,1,(n*k)/2){
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:58:5: note: in expansion of macro 'ff'
58 | ff(i,1,n){
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:62:5: note: in expansion of macro 'ff'
62 | ff(j,1,k){
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:65:9: note: in expansion of macro 'ff'
65 | ff(i,1,n)uzo[i] = 0;
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:66:9: note: in expansion of macro 'ff'
66 | ff(i,1,n){
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:73:9: note: in expansion of macro 'ff'
73 | ff(i,1,n){
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:108:5: note: in expansion of macro 'ff'
108 | ff(i,1,n){
| ^~
tickets.cpp:4:27: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
4 | #define ff(i,a,b) for(int (i) = (a); (i) <= (b); ++(i))
| ^
tickets.cpp:110:9: note: in expansion of macro 'ff'
110 | ff(j,1,m)row.pb(ans[i][j]);
| ^~