记录详情

Accepted

/in/foo.cc: In function 'int bfs(Point, int, int)':
/in/foo.cc:41:7: warning: unused variable 'c' [-Wunused-variable]
   int c = 0;
       ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:64:6: warning: variable 'p' set but not used [-Wunused-but-set-variable]
  int p, q;
      ^
/in/foo.cc:64:9: warning: variable 'q' set but not used [-Wunused-but-set-variable]
  int p, q;
         ^
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 216.0 KiB
#3 Accepted 1ms 200.0 KiB

信息

递交者
类型
递交
题目
走迷宫
语言
C++
递交时间
2019-05-08 14:23:40
评测时间
2019-05-08 14:23:40
评测机
分数
100
总耗时
4ms
峰值内存
216.0 KiB