Compile Error
/in/foo.c: In function 'range':
/in/foo.c:32:13: error: unknown type name 'bool'
bool change = false;
^~~~
/in/foo.c:32:27: error: 'false' undeclared (first use in this function)
bool change = false;
^~~~~
/in/foo.c:32:27: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:35:30: error: 'true' undeclared (first use in this function)
change = true;
^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1604 任务调度问题
- 语言
- C
- 递交时间
- 2021-12-05 22:35:46
- 评测时间
- 2021-12-05 22:35:46
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes