Wrong Answer
foo.cc: In function 'int main()':
foo.cc:46:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   46 |  printf("%d\n",ans);
      |          ~^    ~~~
      |           |    |
      |           int  long long int
      |          %lld
  Found 10 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1440 奶牛排队
 - 题目数据
 - 下载
 - 语言
 - C++
 - 递交时间
 - 2022-08-01 20:22:58
 - 评测时间
 - 2022-08-01 20:22:58
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 126ms
 - 峰值内存
 - 4.5 MiB