Compile Error
foo.c: In function 'main': foo.c:6:5: error: unknown type name 'bool' 6 | bool flag = 0; | ^~~~ foo.c:2:1: note: 'bool' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'? 1 | #include <stdio.h> +++ |+#include <stdbool.h> 2 |
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A3-2 素数专题:素数判断
- 比赛
- 2023年新生赛(第一场)
- 语言
- C
- 递交时间
- 2023-08-15 14:55:09
- 评测时间
- 2023-08-15 14:55:09
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes