/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:39:25: 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:39:25: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:39:25: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 2ms 1.453 MiB
#2 Accepted 11ms 1.871 MiB
#3 Accepted 2ms 1.578 MiB
#4 Accepted 2ms 1.453 MiB
#5 Accepted 2ms 1.461 MiB
#6 Accepted 8ms 1.797 MiB
#7 Accepted 5ms 1.656 MiB
#8 Accepted 4ms 1.602 MiB
#9 Wrong Answer 48ms 2.512 MiB
#10 Accepted 58ms 1.801 MiB

信息

递交者
类型
递交
题目
P1049 送给圣诞夜的礼品
语言
C++
递交时间
2019-01-13 10:41:26
评测时间
2019-01-13 10:41:26
评测机
分数
88
总耗时
148ms
峰值内存
2.512 MiB