Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:33:3: warning: 'ey' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(dfs(sx,sy,z,ex,ey))printf("YES\n");
   ^~
/in/foo.cc:33:3: warning: 'ex' may be used uninitialized in this function [-Wmaybe-uninitialized]
/in/foo.cc:33:3: warning: 'sy' may be used uninitialized in this function [-Wmaybe-uninitialized]
/in/foo.cc:33:3: warning: 'sx' may be used uninitialized in this function [-Wmaybe-uninitialized]
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - Tempter of the Bone
 - 比赛
 - 2019.1.30补题通道
 - 语言
 - C++
 - 递交时间
 - 2019-01-31 00:53:49
 - 评测时间
 - 2019-01-31 00:53:49
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 799ms
 - 峰值内存
 - 220.0 KiB