Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:45:24: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=] scanf("%d%d%d",&n,&h,&r); ^ /in/foo.cc:45:24: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'll* {aka long long int*}' [-Wformat=] /in/foo.cc:45:24: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'll* {aka long long int*}' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- P2031 奶酪
- 语言
- C++
- 递交时间
- 2018-06-12 23:53:55
- 评测时间
- 2018-06-12 23:53:55
- 评测机
- 分数
- 0
- 总耗时
- 51ms
- 峰值内存
- 384.0 KiB