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]);
                  ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 螺旋升天
 - 语言
 - C++
 - 递交时间
 - 2017-11-07 20:56:48
 - 评测时间
 - 2017-11-07 20:56:48
 - 评测机
 
- 分数
 - 60
 - 总耗时
 - 476ms
 - 峰值内存
 - 6.492 MiB