Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:6:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat=] 6 | scanf("%d%d",i,k); | ~^ ~ | | | | int* int /in/foo.cc:6:19: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'int' [-Wformat=] 6 | scanf("%d%d",i,k); | ~^ ~ | | | | int* int
信息
- 递交者
- 类型
- 递交
- 题目
- P2366 1.5.16:买房子
- 语言
- C++
- 递交时间
- 2025-04-26 15:41:42
- 评测时间
- 2025-04-26 15:41:42
- 评测机
- 分数
- 0
- 总耗时
- 6ms
- 峰值内存
- 540.0 KiB