joi2019_ho_t3.cpp: In function 'void process()':
joi2019_ho_t3.cpp:9:40: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
9 | #define foru(i, l, r) for(int i = l; i <= r; i++)
......
38 | foru(i,0,r.size()) foru(j,0,g.size()) foru(k,0,y.size()) {
| ~~~~~~~~~~~~
joi2019_ho_t3.cpp:38:2: note: in expansion of macro 'foru'
38 | foru(i,0,r.size()) foru(j,0,g.size()) foru(k,0,y.size()) {
| ^~~~
joi2019_ho_t3.cpp:9:40: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
9 | #define foru(i, l, r) for(int i = l; i <= r; i++)
......
38 | foru(i,0,r.size()) foru(j,0,g.size()) foru(k,0,y.size()) {
| ~~~~~~~~~~~~
joi2019_ho_t3.cpp:38:21: note: in expansion of macro 'foru'
38 | foru(i,0,r.size()) foru(j,0,g.size()) foru(k,0,y.size()) {
| ^~~~
joi2019_ho_t3.cpp:9:40: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
9 | #define foru(i, l, r) for(int i = l; i <= r; i++)
......
38 | foru(i,0,r.size()) foru(j,0,g.size()) foru(k,0,y.size()) {
| ~~~~~~~~~~~~
joi2019_ho_t3.cpp:38:40: note: in expansion of macro 'foru'
38 | foru(i,0,r.size()) foru(j,0,g.size()) foru(k,0,y.size()) {
| ^~~~