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:32:3: note: in expansion of macro 'rep'
32 | 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:34:3: note: in expansion of macro 'rep'
34 | 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:38:3: note: in expansion of macro 'rep'
38 | 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:38:11: note: in expansion of macro 'rep'
38 | 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:43:3: note: in expansion of macro 'rep'
43 | 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:43:11: note: in expansion of macro 'rep'
43 | 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:55:3: note: in expansion of macro 'rep'
55 | 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:55:11: note: in expansion of macro 'rep'
55 | rep(i,n)rep(j,n+1){
| ^~~