/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:31: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'int*' [-Wformat=]
  scanf("%ld%ld%ld", &m, &n, &k);
                               ^
/in/foo.cc:11:31: warning: format '%ld' expects argument of type 'long int*', but argument 3 has type 'int*' [-Wformat=]
/in/foo.cc:11:31: warning: format '%ld' expects argument of type 'long int*', but argument 4 has type 'int*' [-Wformat=]
/in/foo.cc:16:21: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'int*' [-Wformat=]
    scanf("%ld", &val);
                     ^
# 状态 耗时 内存占用
#1 Accepted 4ms 10.297 MiB
#2 Accepted 5ms 12.297 MiB
#3 Accepted 4ms 10.301 MiB
#4 Accepted 30ms 20.301 MiB
#5 Accepted 172ms 43.938 MiB
#6 Accepted 219ms 42.652 MiB
#7 Accepted 212ms 43.117 MiB
#8 Accepted 165ms 43.98 MiB
#9 Accepted 163ms 45.02 MiB
#10 Accepted 207ms 44.859 MiB
#11 Accepted 201ms 44.551 MiB

信息

递交者
类型
递交
题目
P2002 采油区域
语言
C++
递交时间
2019-10-28 13:17:04
评测时间
2019-10-28 13:17:04
评测机
分数
100
总耗时
1388ms
峰值内存
45.02 MiB