/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void P1323::algorithm()':
/in/foo.cc:62:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (current == INFINITY) 
                   ^
/in/foo.cc:72:61: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        if (dp[cursor][count[0]][count[1] + b][count[2] + c] > current + 1)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/in/foo.cc:84:61: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        if (dp[cursor][count[0] + a][count[1]][count[2] + c] > current + 1)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/in/foo.cc:96:61: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        if (dp[cursor][count[0] + a][count[1] + b][count[2]] > current + 1)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 11ms 492.0 KiB
#2 Accepted 2ms 512.0 KiB
#3 Accepted 3ms 500.0 KiB
#4 Wrong Answer 4ms 488.0 KiB
#5 Wrong Answer 4ms 480.0 KiB
#6 Wrong Answer 5ms 480.0 KiB
#7 Runtime Error 11ms 500.0 KiB
#8 Runtime Error 12ms 488.0 KiB
#9 Runtime Error 8ms 388.0 KiB
#10 Runtime Error 11ms 512.0 KiB

信息

递交者
类型
递交
题目
P1323 化工厂装箱员
语言
C++
递交时间
2018-04-27 15:19:12
评测时间
2018-04-27 15:19:13
评测机
分数
20
总耗时
77ms
峰值内存
512.0 KiB