/ 拾陆人 /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:31:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&a[i]);
                  ^
/in/foo.cc:34:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&b[i]);
                  ^
/in/foo.cc:37:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&c[i]);
                  ^
# 状态 耗时 内存占用
#1 Accepted 6ms 4.25 MiB
#2 Accepted 4ms 4.25 MiB
#3 Accepted 5ms 4.348 MiB
#4 Accepted 7ms 4.348 MiB
#5 Accepted 8ms 4.25 MiB
#6 Accepted 7ms 4.375 MiB
#7 Wrong Answer 108ms 5.086 MiB
#8 Wrong Answer 105ms 6.492 MiB
#9 Wrong Answer 116ms 5.324 MiB
#10 Wrong Answer 106ms 5.625 MiB

信息

递交者
类型
递交
题目
螺旋升天
语言
C++
递交时间
2017-11-07 20:56:48
评测时间
2017-11-07 20:56:48
评测机
分数
60
总耗时
476ms
峰值内存
6.492 MiB