/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Dijkstra(long int)':
/in/foo.cc:121:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int z = 0; z < edge[x.dot].size(); z++)
                         ~~^~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:137:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
     scanf("%d", &n);
                   ^
/in/foo.cc:138:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
     scanf("%d", &m);
                   ^
/in/foo.cc:143:31: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
         scanf("%d%s",Te+i, str);
                               ^
/in/foo.cc:160:31: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
     else printf("%d", cost[ed]);
                               ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.215 MiB
#2 Accepted 2ms 1.211 MiB
#3 Accepted 2ms 1.598 MiB
#4 Accepted 2ms 1.34 MiB
#5 Accepted 2ms 1.348 MiB
#6 Accepted 2ms 1.34 MiB
#7 Accepted 2ms 1.352 MiB
#8 Accepted 3ms 1.586 MiB
#9 Accepted 32ms 12.902 MiB
#10 Accepted 30ms 11.977 MiB

信息

递交者
类型
递交
题目
P1019 补丁VS错误
语言
C++
递交时间
2020-09-15 10:57:04
评测时间
2020-09-15 10:57:04
评测机
分数
100
总耗时
82ms
峰值内存
12.902 MiB