Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:17:50: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=] fo(i,1,n) scanf("%lld%lld%lld",&x[i],&y[i],&r[i]); ^ /in/foo.cc:17:50: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=] /in/foo.cc:17:50: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'int*' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- P1989 迷宫
- 语言
- C++
- 递交时间
- 2017-11-05 00:43:37
- 评测时间
- 2017-11-05 00:43:37
- 评测机
- 分数
- 100
- 总耗时
- 2146ms
- 峰值内存
- 512.0 KiB