Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:49:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("%d",a[n][b[n] - 1]); ^ /in/foo.cc:51:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("%04d", a[n][i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1388 二叉树数
- 语言
- C++
- 递交时间
- 2017-08-18 16:50:17
- 评测时间
- 2017-08-18 16:50:17
- 评测机
- 分数
- 10
- 总耗时
- 31ms
- 峰值内存
- 372.0 KiB