/ TYWZ /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:89:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i = 0; i < d[que[head]].size(); i+=2)
                   ~~^~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:103:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
   printf("%d %d\n", cnt, dist[n]);
                                 ^
# 状态 耗时 内存占用
#1 Accepted 4ms 884.0 KiB
#2 Accepted 12ms 896.0 KiB
#3 Accepted 14ms 1.0 MiB
#4 Wrong Answer 21ms 1.152 MiB
#5 Accepted 46ms 2.324 MiB
#6 Accepted 122ms 4.75 MiB
#7 Accepted 94ms 3.145 MiB
#8 Wrong Answer 89ms 3.672 MiB
#9 Accepted 155ms 4.125 MiB
#10 Accepted 231ms 4.863 MiB

信息

递交者
类型
递交
题目
dispatch
语言
C++
递交时间
2017-07-22 22:45:37
评测时间
2017-07-22 22:45:37
评测机
分数
80
总耗时
793ms
峰值内存
4.863 MiB