/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d", &n);
                   ^
/in/foo.cc:16:37: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
         scanf("%d %d %d", &a, &b, &k);
                                     ^
/in/foo.cc:34:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
         printf("%d\n", dist[1][i]);
                                  ^
# 状态 耗时 内存占用
#1 Accepted 5ms 2.449 MiB
#2 Accepted 3ms 724.0 KiB
#3 Accepted 4ms 748.0 KiB
#4 Accepted 98ms 30.625 MiB
#5 Accepted 106ms 30.582 MiB
#6 Accepted 74ms 29.875 MiB
#7 Accepted 97ms 30.0 MiB
#8 Accepted 87ms 30.566 MiB
#9 Accepted 99ms 29.875 MiB
#10 Accepted 78ms 29.98 MiB

信息

递交者
类型
递交
题目
P1391 想越狱的小杉
语言
C++
递交时间
2018-09-16 19:43:38
评测时间
2018-09-16 19:43:38
评测机
分数
100
总耗时
656ms
峰值内存
30.625 MiB