记录详情

Runtime Error

/in/foo.cc: In function 'void dfs(std::vector<std::vector<int> >&, int, int, int, int, std::vector<int>&)':
/in/foo.cc:9:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < temp.size(); i++)
                   ~~^~~~~~~~~~~~~
/in/foo.cc:13:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(x+1<graph.size()&& y + 1 < graph[0].size() &&graph[x+1][y]>= graph[x][y+1])
     ~~~^~~~~~~~~~~~~
/in/foo.cc:13:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(x+1<graph.size()&& y + 1 < graph[0].size() &&graph[x+1][y]>= graph[x][y+1])
                        ~~~~~~^~~~~~~~~~~~~~~~~
/in/foo.cc:15:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   else if(y + 1 < graph[0].size())
           ~~~~~~^~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int minPathSum(std::vector<std::vector<int> >&)':
/in/foo.cc:24:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 1; i < grid.size(); i++)
                  ~~^~~~~~~~~~~~~
/in/foo.cc:26:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int j = 1; j < grid[0].size(); j++)
                  ~~^~~~~~~~~~~~~~~~
/in/foo.cc:28:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 1; i < grid.size(); i++)
                  ~~^~~~~~~~~~~~~
/in/foo.cc:29:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 1; j < grid[0].size(); j++)
                   ~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 2ms 416.0 KiB
#2 Runtime Error 1ms 420.0 KiB
#3 Runtime Error 2ms 424.0 KiB
#4 Wrong Answer 1ms 376.0 KiB
#5 Wrong Answer 2ms 328.0 KiB
#6 Wrong Answer 1ms 328.0 KiB
#7 Wrong Answer 1ms 376.0 KiB
#8 Wrong Answer 2ms 376.0 KiB
#9 Wrong Answer 2ms 400.0 KiB
#10 Wrong Answer 2ms 356.0 KiB
#11 Wrong Answer 2ms 376.0 KiB
#12 Wrong Answer 451ms 8.129 MiB
#13 Wrong Answer 455ms 8.129 MiB
#14 Wrong Answer 493ms 8.277 MiB
#15 Wrong Answer 497ms 8.133 MiB
#16 Wrong Answer 467ms 8.27 MiB

信息

递交者
类型
递交
题目
P1299 F. Game
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 17:28:22
评测时间
2021-11-21 17:28:49
评测机
分数
0
总耗时
2388ms
峰值内存
8.277 MiB