Accepted
foo.cc: In function 'int main()': foo.cc:46:13: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] 46 | scanf("%d%d", &n, &k); | ~^ ~~ | | | | int* long long int* | %lld foo.cc:46:15: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] 46 | scanf("%d%d", &n, &k); | ~^ ~~ | | | | int* long long int* | %lld
正在同步测试数据,请稍后 Found 12 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1514 [USACO 2009 Feb. Silver] 牡牛和牝牛
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2022-08-14 11:47:43
- 评测时间
- 2022-08-14 11:49:17
- 评测机
- 分数
- 100
- 总耗时
- 20ms
- 峰值内存
- 256.0 KiB