tickets.cpp: In function 'long long int find_maximum(int, std::vector<std::vector<int> >)':
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:34:3: note: in expansion of macro 'rep'
34 | rep(i,n) v.pb(x[i][0]);
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:36:3: note: in expansion of macro 'rep'
36 | rep(i,n){
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:40:3: note: in expansion of macro 'rep'
40 | rep(i,n)rep(j,m) answer[i][j]=0;
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:40:11: note: in expansion of macro 'rep'
40 | rep(i,n)rep(j,m) answer[i][j]=0;
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:45:3: note: in expansion of macro 'rep'
45 | rep(i,n)rep(j,m){
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:45:11: note: in expansion of macro 'rep'
45 | rep(i,n)rep(j,m){
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:57:3: note: in expansion of macro 'rep'
57 | rep(i,n)rep(j,n+1){
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:57:11: note: in expansion of macro 'rep'
57 | rep(i,n)rep(j,n+1){
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:80:3: note: in expansion of macro 'rep'
80 | rep(i,n)rep(j,m) if(x[i][j]==1) one[i]++;
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'j' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:80:11: note: in expansion of macro 'rep'
80 | rep(i,n)rep(j,m) if(x[i][j]==1) one[i]++;
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:81:3: note: in expansion of macro 'rep'
81 | rep(i,n) p.push(H{one[i],i});
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'iter' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:83:3: note: in expansion of macro 'rep'
83 | rep(iter,k){
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:86:4: note: in expansion of macro 'rep'
86 | rep(i,n/2){
| ^~~
tickets.cpp:16:28: warning: unnecessary parentheses in declaration of 'i' [-Wparentheses]
16 | #define rng(i,a,b) for(int (i)=(a);(i)<(b);(i)++)
| ^
tickets.cpp:17:18: note: in expansion of macro 'rng'
17 | #define rep(i,n) rng((i),0,(n))
| ^~~
tickets.cpp:92:4: note: in expansion of macro 'rep'
92 | rep(i,n){
| ^~~