Compile Error
foo.c: In function 'main':
foo.c:9:15: error: 'true' undeclared (first use in this function)
    9 |         while(true)
      |               ^~~~
foo.c:2:1: note: 'true' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'?
    1 | #include <stdio.h>
  +++ |+#include <stdbool.h>
    2 | 
foo.c:9:15: note: each undeclared identifier is reported only once for each function it appears in
    9 |         while(true)
      |               ^~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A6-2 最大公约数专题:分数的加法
 - 比赛
 - 2023 程序设计与竞赛(作业3:中秋和国庆)
 - 语言
 - C
 - 递交时间
 - 2023-10-01 09:30:10
 - 评测时间
 - 2023-10-01 09:30:10
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes