Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:43:34: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'long int*' [-Wformat=] scanf("%lld %lld %lld",&a,&b,&c); ^ /in/foo.cc:43:34: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'long int*' [-Wformat=] /in/foo.cc:43:34: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'long int*' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- P1776 关押罪犯
- 语言
- C++
- 递交时间
- 2018-05-07 18:07:02
- 评测时间
- 2018-05-07 18:07:02
- 评测机
- 分数
- 20
- 总耗时
- 330ms
- 峰值内存
- 5.168 MiB