Runtime Error
foo.c: In function 'main': foo.c:24:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=] 24 | scanf("%d", a); | ~^ ~ | | | | | int | int * foo.c:27:17: warning: format '%c' expects argument of type 'char *', but argument 2 has type 'int (*)[1]' [-Wformat=] 27 | scanf("%c", &arr); | ~^ ~~~~ | | | | | int (*)[1] | char *
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1082 xf1-5排序与删除
- 比赛
- 2022年迎新赛(第二场)
- 语言
- C
- 递交时间
- 2022-08-27 19:24:31
- 评测时间
- 2022-08-27 19:24:31
- 评测机
- 分数
- 0
- 总耗时
- 10ms
- 峰值内存
- 384.0 KiB