记录详情

Accepted

/in/foo.cc: In function 'int dfs(std::vector<std::vector<int> >&, int, int, std::vector<std::vector<int> >&)':
/in/foo.cc:6:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if(matrix.empty()||ph>matrix.size()||px>matrix[0].size())
                        ~~^~~~~~~~~~~~~~
/in/foo.cc:6:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if(matrix.empty()||ph>matrix.size()||px>matrix[0].size())
                                          ~~^~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int longestIncreasingPath(std::vector<std::vector<int> >&)':
/in/foo.cc:33:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(maxX!=matrix[0].size())
            ~~~~^~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 340.0 KiB
#2 Accepted 2ms 388.0 KiB
#3 Accepted 1ms 328.0 KiB
#4 Accepted 1ms 392.0 KiB
#5 Accepted 1ms 356.0 KiB
#6 Accepted 2ms 404.0 KiB
#7 Accepted 1ms 376.0 KiB
#8 Accepted 1ms 328.0 KiB
#9 Accepted 1ms 364.0 KiB
#10 Accepted 1ms 328.0 KiB
#11 Accepted 2ms 356.0 KiB
#12 Accepted 102ms 2.512 MiB
#13 Accepted 100ms 2.516 MiB
#14 Accepted 92ms 2.766 MiB

信息

递交者
类型
递交
题目
P1298 E. Maze
语言
C++
递交时间
2021-11-22 19:32:36
评测时间
2021-11-22 19:32:36
评测机
分数
200
总耗时
317ms
峰值内存
2.766 MiB