Compile Error
/in/foo.c: In function 'main': /in/foo.c:5:9: warning: right-hand operand of comma expression has no effect [-Wunused-value] for(b=1,a,n;b<=a;b++) ^ /in/foo.c:5:11: warning: right-hand operand of comma expression has no effect [-Wunused-value] for(b=1,a,n;b<=a;b++) ^ /in/foo.c:9:2: error: expected ';' before '}' token } ^ /in/foo.c:10:5: error: expected '(' before 'n' if n>2 ^ /in/foo.c:10:5: warning: statement with no effect [-Wunused-value]
信息
- 递交者
- 类型
- 自测
- 题目
- A3-2 素数专题:素数判断
- 语言
- C
- 递交时间
- 2023-09-29 21:15:47
- 评测时间
- 2023-09-29 21:15:47
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes