Compile Error
/in/foo.c: In function 'main':
/in/foo.c:14:9: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
14 | else if(a!=0&&b!=0&&b*b-4*a*c>=0)
| ^~~~
/in/foo.c:14:9: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
/in/foo.c:20:5: error: expected declaration or statement at end of input
20 | }
| ^
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-06 16:04:18
- 评测时间
- 2025-11-06 16:04:18
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes