joi2019_ho_t3.cpp: In function 'void process()':
joi2019_ho_t3.cpp:8:40: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
8 | #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:8:40: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
8 | #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:8:40: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
8 | #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()) {
| ^~~~