Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:17:37: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=] scanf("%lld%lld%lld", &n, &x, &y); ^ /in/foo.cc:17:37: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=] /in/foo.cc:17:37: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'int*' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- P1060 盒子
- 语言
- C++
- 递交时间
- 2020-09-19 20:24:35
- 评测时间
- 2020-09-19 20:24:35
- 评测机
- 分数
- 20
- 总耗时
- 16ms
- 峰值内存
- 232.0 KiB