记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:47:31: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d%d%d", &n, &m, &k);
                               ^
/in/foo.cc:47:31: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:47:31: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:62:29: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
             scanf("%d", &tmp), printf("%lld\n", min(dist_forward[n], other + tmp));
                             ^
# 状态 耗时 内存占用
#1 Accepted 4ms 8.438 MiB
#2 Accepted 4ms 8.012 MiB
#3 Accepted 3ms 8.32 MiB
#4 Accepted 3ms 8.539 MiB
#5 Accepted 3ms 7.949 MiB
#6 Accepted 4ms 8.906 MiB
#7 Accepted 4ms 8.914 MiB
#8 Accepted 5ms 9.32 MiB
#9 Accepted 17ms 12.086 MiB
#10 Accepted 29ms 9.734 MiB
#11 Accepted 153ms 16.883 MiB
#12 Accepted 257ms 19.734 MiB
#13 Accepted 261ms 20.996 MiB
#14 Accepted 504ms 29.664 MiB
#15 Accepted 502ms 29.945 MiB
#16 Accepted 103ms 13.945 MiB
#17 Accepted 186ms 17.988 MiB
#18 Accepted 164ms 17.984 MiB
#19 Accepted 286ms 21.988 MiB
#20 Accepted 262ms 21.984 MiB

信息

递交者
类型
递交
题目
2、物语
题目数据
下载
语言
C++
递交时间
2019-09-15 14:46:57
评测时间
2019-09-15 14:46:57
评测机
分数
100
总耗时
2764ms
峰值内存
29.945 MiB