Accepted
foo.cc: In function 'int main()':
foo.cc:46:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   46 |   printf("%d\n",a[i]);
      |           ~^    ~~~~
      |            |       |
      |            int     long long int
      |           %lld
  Found 10 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - BZOJ2054疯狂的馒头
 - 语言
 - C++
 - 递交时间
 - 2022-05-22 14:49:21
 - 评测时间
 - 2022-05-22 14:49:21
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 1708ms
 - 峰值内存
 - 53.867 MiB