/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:21: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);//long long不开的话...
                                 ^
/in/foo.cc:28: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]);//long long不开的话...
                                                ^
/in/foo.cc:28:48: warning: format '%ld' expects argument of type 'long int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:28:48: warning: format '%ld' expects argument of type 'long int*', but argument 4 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 3ms 260.0 KiB
#3 Accepted 3ms 2.359 MiB
#4 Accepted 4ms 2.25 MiB
#5 Accepted 42ms 2.371 MiB
#6 Accepted 46ms 2.25 MiB
#7 Accepted 91ms 336.0 KiB
#8 Accepted 79ms 2.375 MiB
#9 Accepted 125ms 2.25 MiB
#10 Accepted 96ms 380.0 KiB

信息

递交者
类型
递交
题目
P2031 奶酪
语言
C++
递交时间
2018-09-04 20:59:10
评测时间
2018-09-04 20:59:10
评测机
分数
100
总耗时
495ms
峰值内存
2.375 MiB