Wrong Answer
/in/foo.cc: In function 'void buildTree()': /in/foo.cc:23:30: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d", &nodes[L + i].x); ^ /in/foo.cc:25:30: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d", &nodes[L + i].y); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2018 相关分析
- 语言
- C++
- 递交时间
- 2017-12-01 21:54:08
- 评测时间
- 2017-12-01 21:54:08
- 评测机
- 分数
- 0
- 总耗时
- 1189ms
- 峰值内存
- 14.375 MiB