记录详情

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-4 素数专题:验证哥德巴赫猜想
比赛
2023年新生赛(第一场)
语言
C
递交时间
2023-08-15 19:21:59
评测时间
2023-08-15 19:21:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes