Compile Error
/in/foo.c: In function 'main':
/in/foo.c:6:5: error: expected expression before ';' token
6 | if(;n>=1&&n<=99999;){
| ^
/in/foo.c:7:2: error: expected declaration or statement at end of input
7 | printf("%d\n",n);
| ^~~~~~
/in/foo.c:7:2: error: expected declaration or statement at end of input
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-20 16:59:58
- 评测时间
- 2025-11-20 16:59:58
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes