Compile Error
/in/foo.c: In function 'isprime':
/in/foo.c:18:9: warning: implicit declaration of function 'main' [-Wimplicit-function-declaration]
18 | main()
| ^~~~
/in/foo.c:18:15: error: expected ';' before '{' token
18 | main()
| ^
| ;
19 | {
| ~
/in/foo.c:46:1: error: expected declaration or statement at end of input
46 | }
| ^
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-12-01 16:22:17
- 评测时间
- 2025-12-01 16:22:17
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes