记录详情

Compile Error

foo.c:3:1: error: unknown type name 'bool'
    3 | bool isLeapYear(int year) {
      | ^~~~
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)提供评测服务

信息

递交者
类型
递交
题目
5-6 过去了多少天
比赛
2023 程序设计与基础(数组的世界)
语言
C
递交时间
2023-11-28 15:43:53
评测时间
2023-11-28 15:43:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes