Runtime Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:41:25: warning: format '%c' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=]
41 | scanf("%c",&n);
| ~^ ~~
| | |
| | int*
| char*
| %d
信息
- 递交者
- 类型
- 递交
- 题目
- P1729 Knights
- 语言
- C++
- 递交时间
- 2025-12-04 20:55:24
- 评测时间
- 2025-12-04 20:55:24
- 评测机
- 分数
- 30
- 总耗时
- 18ms
- 峰值内存
- 544.0 KiB