joi2019_ho_t3.cpp: In function 'lli dist(std::string&, std::string&)':
joi2019_ho_t3.cpp:7:37: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
7 | #define forr(i, l, r) for(int i=l; i<r; i++)
| ^
joi2019_ho_t3.cpp:8:22: note: in expansion of macro 'forr'
8 | #define frange(i, l) forr(i, 0, l)
| ^~~~
joi2019_ho_t3.cpp:45:2: note: in expansion of macro 'frange'
45 | frange(i, r1.size()) tot += abs(r1[i] - r2[i]);
| ^~~~~~
joi2019_ho_t3.cpp:7:37: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
7 | #define forr(i, l, r) for(int i=l; i<r; i++)
| ^
joi2019_ho_t3.cpp:8:22: note: in expansion of macro 'forr'
8 | #define frange(i, l) forr(i, 0, l)
| ^~~~
joi2019_ho_t3.cpp:46:2: note: in expansion of macro 'frange'
46 | frange(i, g1.size()) tot += abs(g1[i] - g2[i]);
| ^~~~~~
joi2019_ho_t3.cpp:7:37: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
7 | #define forr(i, l, r) for(int i=l; i<r; i++)
| ^
joi2019_ho_t3.cpp:8:22: note: in expansion of macro 'forr'
8 | #define frange(i, l) forr(i, 0, l)
| ^~~~
joi2019_ho_t3.cpp:47:2: note: in expansion of macro 'frange'
47 | frange(i, y1.size()) tot += abs(y1[i] - y2[i]);
| ^~~~~~
joi2019_ho_t3.cpp: In function 'void usaco()':
joi2019_ho_t3.cpp:25:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
25 | freopen("/media/hariaakash646/785EF1075EF0BF46/CompetitiveProgramming/input.in", "r", stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~