/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:30: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
  scanf("%d%d%d%d",&m,&n,&k,&l);
                              ^
/in/foo.cc:19:30: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:19:30: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:19:30: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'll* {aka long long int*}' [-Wformat=]
# 状态 耗时 内存占用
#1 Wrong Answer 19ms 58.441 MiB
#2 Wrong Answer 25ms 59.883 MiB
#3 Wrong Answer 22ms 58.738 MiB
#4 Wrong Answer 23ms 59.82 MiB
#5 Wrong Answer 27ms 59.625 MiB
#6 Accepted 40ms 58.375 MiB
#7 Accepted 51ms 58.316 MiB
#8 Accepted 83ms 58.352 MiB
#9 Accepted 68ms 59.125 MiB
#10 Accepted 124ms 59.828 MiB

信息

递交者
类型
递交
题目
P1243 生产产品
语言
C++
递交时间
2017-09-03 21:11:57
评测时间
2017-09-03 21:11:57
评测机
分数
50
总耗时
486ms
峰值内存
59.883 MiB