joi2019_ho_t3.cpp: In function 'int main()':
joi2019_ho_t3.cpp:3:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
3 | #define rep(a, b) for(int a = 0; a < (b); ++a)
| ^
joi2019_ho_t3.cpp:28:5: note: in expansion of macro 'rep'
28 | rep(a, V[0].size()+1) rep(b, V[1].size()+1) rep(c, V[2].size()+1) rep(i, 3) dp[a][b][c][i]=INF;
| ^~~
joi2019_ho_t3.cpp:3:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
3 | #define rep(a, b) for(int a = 0; a < (b); ++a)
| ^
joi2019_ho_t3.cpp:28:27: note: in expansion of macro 'rep'
28 | rep(a, V[0].size()+1) rep(b, V[1].size()+1) rep(c, V[2].size()+1) rep(i, 3) dp[a][b][c][i]=INF;
| ^~~
joi2019_ho_t3.cpp:3:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
3 | #define rep(a, b) for(int a = 0; a < (b); ++a)
| ^
joi2019_ho_t3.cpp:28:49: note: in expansion of macro 'rep'
28 | rep(a, V[0].size()+1) rep(b, V[1].size()+1) rep(c, V[2].size()+1) rep(i, 3) dp[a][b][c][i]=INF;
| ^~~
joi2019_ho_t3.cpp:3:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
3 | #define rep(a, b) for(int a = 0; a < (b); ++a)
| ^
joi2019_ho_t3.cpp:30:5: note: in expansion of macro 'rep'
30 | rep(a, V[0].size()+1) rep(b, V[1].size()+1) rep(c, V[2].size()+1) {
| ^~~
joi2019_ho_t3.cpp:3:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
3 | #define rep(a, b) for(int a = 0; a < (b); ++a)
| ^
joi2019_ho_t3.cpp:30:27: note: in expansion of macro 'rep'
30 | rep(a, V[0].size()+1) rep(b, V[1].size()+1) rep(c, V[2].size()+1) {
| ^~~
joi2019_ho_t3.cpp:3:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
3 | #define rep(a, b) for(int a = 0; a < (b); ++a)
| ^
joi2019_ho_t3.cpp:30:49: note: in expansion of macro 'rep'
30 | rep(a, V[0].size()+1) rep(b, V[1].size()+1) rep(c, V[2].size()+1) {
| ^~~