Compile Error
/in/foo.c: In function 'main': /in/foo.c:13:5: error: unknown type name 'bool' bool isPrime = true; ^~~~ /in/foo.c:13:20: error: 'true' undeclared (first use in this function) bool isPrime = true; ^~~~ /in/foo.c:13:20: note: each undeclared identifier is reported only once for each function it appears in /in/foo.c:17:23: error: 'false' undeclared (first use in this function) isPrime = false; ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- A3-2 素数专题:素数判断
- 比赛
- 南师大(含泰州学院)2024年新生赛(第一场)
- 语言
- C
- 递交时间
- 2024-08-19 14:58:56
- 评测时间
- 2024-08-19 14:58:56
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes