/ StarOI /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:14: warning: 'sx' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(maze[x][y] == 'G')
     ~~~~~~~~~^
/in/foo.cc:50:6: note: 'sx' was declared here
  int sx, sy;
      ^~
/in/foo.cc:9:14: warning: 'sy' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(maze[x][y] == 'G')
     ~~~~~~~~~^
/in/foo.cc:50:10: note: 'sy' was declared here
  int sx, sy;
          ^~
# 状态 耗时 内存占用
#1 Accepted 1ms 188.0 KiB
#2 Accepted 1ms 192.0 KiB
#3 Time Exceeded ≥1003ms ≥332.0 KiB
#4 Time Exceeded ≥1000ms ≥320.0 KiB
#5 Time Exceeded ≥1000ms ≥316.0 KiB
#6 Accepted 1ms 208.0 KiB
#7 Accepted 1ms 188.0 KiB
#8 Accepted 1ms 188.0 KiB
#9 Accepted 1ms 200.0 KiB
#10 Runtime Error 1ms 192.0 KiB

信息

递交者
类型
递交
题目
杰哥的求助
语言
C++
递交时间
2018-10-29 09:01:49
评测时间
2018-10-29 09:01:49
评测机
分数
60
总耗时
3015ms
峰值内存
332.0 KiB