Compile Error
/in/foo.c:3:1: error: unknown type name 'bool'
bool isLeap(int n)
^~~~
/in/foo.c: In function 'isLeap':
/in/foo.c:14:10: error: 'true' undeclared (first use in this function)
return true;
^~~~
/in/foo.c:14:10: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:15:9: error: 'false' undeclared (first use in this function)
return false;
^~~~~
/in/foo.c:16:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
信息
- 递交者
- 类型
- 递交
- 题目
- A4-4 回文数专题:回文数个数
- 比赛
- 泰院2405作业赛第三场
- 语言
- C
- 递交时间
- 2024-11-05 07:56:42
- 评测时间
- 2024-11-05 07:56:42
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes