记录详情

Runtime Error

/in/foo.cc: In function 'void dfs(std::vector<std::vector<int> >&, int, int, int, int, std::vector<int>&)':
/in/foo.cc:8:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if (maxlen < temp.size())
        ~~~~~~~^~~~~~~~~~~~~
/in/foo.cc:15:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(x+1<graph.size())
     ~~~^~~~~~~~~~~~~
/in/foo.cc:17:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(y + 1 < graph[0].size())
     ~~~~~~^~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 3ms 416.0 KiB
#2 Runtime Error 2ms 412.0 KiB
#3 Runtime Error 2ms 400.0 KiB
#4 Runtime Error 2ms 420.0 KiB
#5 Runtime Error 1ms 464.0 KiB
#6 Accepted 2ms 352.0 KiB
#7 Accepted 2ms 328.0 KiB
#8 Accepted 1ms 328.0 KiB
#9 Accepted 1ms 328.0 KiB
#10 Accepted 2ms 336.0 KiB
#11 Accepted 2ms 360.0 KiB
#12 Time Exceeded ≥1002ms ≥1.379 MiB
#13 Time Exceeded ≥1000ms ≥1.398 MiB
#14 Time Exceeded ≥1002ms ≥1.367 MiB

信息

递交者
类型
递交
题目
P1298 E. Maze
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 16:34:58
评测时间
2021-11-21 16:34:58
评测机
分数
90
总耗时
3029ms
峰值内存
1.398 MiB