Accepted
foo.cc: In function 'int main()':
foo.cc:15:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   15 |                 scanf("%d",&a[i]);
      |                        ~^  ~~~~~
      |                         |  |
      |                         |  long long int*
      |                         int*
      |                        %lld
  正在同步测试数据,请稍后 Found 50 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1781 3N 序列
 - 题目数据
 - 下载
 - 语言
 - C++
 - 递交时间
 - 2022-10-02 22:14:50
 - 评测时间
 - 2022-10-02 22:17:52
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 737ms
 - 峰值内存
 - 2.125 MiB