Compile Error
/in/foo.c: In function 'main': /in/foo.c:4:5: error: unknown type name 'bool' bool first = true; ^~~~ /in/foo.c:4:18: error: 'true' undeclared (first use in this function) bool first = true; ^~~~ /in/foo.c:4:18: note: each undeclared identifier is reported only once for each function it appears in /in/foo.c:13:21: error: 'false' undeclared (first use in this function) first = false; ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1258 多项式表示
- 语言
- C
- 递交时间
- 2019-10-14 00:12:06
- 评测时间
- 2019-10-14 00:12:06
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes