/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:30:33: warning: format '%ld' expects argument of type 'long int*', but argument 4 has type 'long long int*' [-Wformat=]
         scanf("%d%d%ld",&n,&h,&r);
                                 ^
/in/foo.cc:36:48: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=]
             scanf("%ld%ld%ld",&x[j],&y[j],&z[j]);
                                                ^
/in/foo.cc:36:48: warning: format '%ld' expects argument of type 'long int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:36:48: warning: format '%ld' expects argument of type 'long int*', but argument 4 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 3ms 372.0 KiB
#2 Accepted 3ms 348.0 KiB
#3 Accepted 4ms 264.0 KiB
#4 Accepted 3ms 384.0 KiB
#5 Accepted 29ms 372.0 KiB
#6 Accepted 55ms 380.0 KiB
#7 Accepted 134ms 344.0 KiB
#8 Accepted 87ms 376.0 KiB
#9 Accepted 148ms 384.0 KiB
#10 Accepted 98ms 360.0 KiB

信息

递交者
类型
递交
题目
P2031 奶酪
语言
C++
递交时间
2018-08-28 19:27:12
评测时间
2018-08-28 19:27:12
评测机
分数
100
总耗时
569ms
峰值内存
384.0 KiB