/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'std::vector<int> P1018::cacualteNextStrategy(int)':
/in/foo.cc:85:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < weaponThreaten[nextTarget].size(); i++)
                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void P1018::dfs(int, int, int)':
/in/foo.cc:103:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int index = 0; index < prepareBomb.size(); index++)
                       ~~~~~~^~~~~~~~~~~~~~~~~~~~
/in/foo.cc:123:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int index2 = 0; index2 < prepareBomb2.size(); index2++)
                         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 336.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Runtime Error 4ms 376.0 KiB
#4 Runtime Error 3ms 360.0 KiB
#5 Runtime Error 4ms 376.0 KiB
#6 Runtime Error 3ms 344.0 KiB
#7 Runtime Error 100ms 376.0 KiB
#8 Runtime Error 24ms 348.0 KiB
#9 Runtime Error 4ms 256.0 KiB
#10 Runtime Error 15ms 344.0 KiB

信息

递交者
类型
递交
题目
P1018 智破连环阵
语言
C++
递交时间
2018-05-02 16:05:24
评测时间
2018-05-02 16:05:24
评测机
分数
20
总耗时
167ms
峰值内存
376.0 KiB