foo.cc: In function 'bool dfs(int)':
foo.cc:15:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
15 | for (int j = 0; j < edges[i].size(); j++) {
| ~~^~~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:43:27: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
43 | if (arr[i][j] == 1 ^ (((i + j) & 1) == ((x + y) & 1)))
| ~~~~~~~~~~^~~~
[Hydro](https://hydro.ac)提供评测服务