Accepted
/in/foo.cc: In function 'bool dfs(int)':
/in/foo.cc:15:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int j = 0; j < edges[i].size(); j++) {
                     ~~^~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:43:27: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
             if (arr[i][j] == 1 ^ (((i + j) & 1) == ((x + y) & 1)))
                 ~~~~~~~~~~^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1044 闫闫和徐徐
 - 语言
 - C++
 - 递交时间
 - 2020-08-30 15:15:36
 - 评测时间
 - 2020-08-30 15:15:36
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 37ms
 - 峰值内存
 - 612.0 KiB