Compile Error
/in/foo.c: In function 'main': /in/foo.c:6:7: warning: statement with no effect [-Wunused-value] for(i==2;i<n;i++) ~^~~ /in/foo.c:8:14: warning: format '%d' expects a matching 'int' argument [-Wformat=] printf("%d is a primer!"); ^ /in/foo.c:10:15: warning: format '%d' expects a matching 'int' argument [-Wformat=] printf("%d is not a primer!"); ^ /in/foo.c:12:1: error: expected declaration or statement at end of input } ^
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2024-11-01 20:41:35
- 评测时间
- 2024-11-01 20:41:35
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes