Compile Error
/in/foo.c: In function 'main':
/in/foo.c:22:24: warning: missing terminating " character
22 | printf("方程无解”);
| ^
/in/foo.c:22:24: error: missing terminating " character
22 | printf("方程无解”);
| ^~~~~~~~~~~~~~
/in/foo.c:23:9: error: expected expression before '}' token
23 | }
| ^
/in/foo.c:22:24: error: expected ';' before '}' token
22 | printf("方程无解”);
| ^
| ;
23 | }
| ~
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-06 16:11:47
- 评测时间
- 2025-11-06 16:11:47
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes