Compile Error
foo.c: In function 'main': foo.c:5:28: error: unknown type name 'bool' int n, num[100], ans = 0; bool sum[20000] = {0}; ^ foo.c:14:27: error: 'true' undeclared (first use in this function) sum[num[i] + num[j]] = true; ^ foo.c:14:27: note: each undeclared identifier is reported only once for each function it appears in
信息
- 递交者
- 类型
- 递交
- 题目
- P1911 珠心算测验
- 语言
- C
- 递交时间
- 2016-11-10 21:00:31
- 评测时间
- 2016-11-10 21:00:31
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes