记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < winner.size(); i += 2)
                   ~~^~~~~~~~~~~~~~~
/in/foo.cc:23:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if (i < winner.size() - 1)
        ~~^~~~~~~~~~~~~~~~~~~
/in/foo.cc:35:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < winner2.size(); i++)
                   ~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 376.0 KiB
#2 Accepted 1ms 336.0 KiB
#3 Accepted 2ms 332.0 KiB
#4 Accepted 2ms 404.0 KiB
#5 Accepted 1ms 328.0 KiB
#6 Accepted 2ms 376.0 KiB
#7 Accepted 2ms 376.0 KiB
#8 Accepted 1ms 376.0 KiB
#9 Accepted 2ms 388.0 KiB
#10 Accepted 2ms 336.0 KiB
#11 Runtime Error 4ms 564.0 KiB
#12 Accepted 4ms 460.0 KiB
#13 Runtime Error 4ms 612.0 KiB
#14 Accepted 4ms 472.0 KiB
#15 Runtime Error 7ms 576.0 KiB
#16 Runtime Error 7ms 576.0 KiB
#17 Runtime Error 6ms 592.0 KiB
#18 Runtime Error 6ms 576.0 KiB
#19 Accepted 5ms 432.0 KiB
#20 Runtime Error 4ms 584.0 KiB

信息

递交者
类型
递交
题目
P1297 D. Jabberwocky
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 15:13:21
评测时间
2021-11-21 15:13:21
评测机
分数
130
总耗时
77ms
峰值内存
612.0 KiB