Accepted
foo.cc: In function 'int main()':
foo.cc:27:14: warning: 'ey' may be used uninitialized in this function [-Wmaybe-uninitialized]
   27 |   if(hd.x==ex&&hd.y==ey){cout<<hd.second<<endl;return 0;}
      |      ~~~~~~~~^~~~~~~~~~
foo.cc:27:3: warning: 'ex' may be used uninitialized in this function [-Wmaybe-uninitialized]
   27 |   if(hd.x==ex&&hd.y==ey){cout<<hd.second<<endl;return 0;}
      |   ^~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1041 The Maze Tokens
 - 语言
 - C++
 - 递交时间
 - 2022-04-29 20:22:37
 - 评测时间
 - 2022-04-29 20:22:37
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - 4ms
 - 峰值内存
 - 384.0 KiB