Accepted
foo.cpp: In function 'int main()':
foo.cpp:22:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&n);
               ^
foo.cpp:24:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&x[i]);
                   ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1979 信息传递
 - 语言
 - C++
 - 递交时间
 - 2017-03-14 09:07:26
 - 评测时间
 - 2017-03-14 09:07:26
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 2809ms
 - 峰值内存
 - 4.066 MiB