Compile Error
/in/foo.c: In function 'main':
/in/foo.c:8:21: error: break statement not within loop or switch
8 | if (n%i==0) break;
| ^~~~~
/in/foo.c:9:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
9 | if (i=n)
| ^
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-13 14:17:07
- 评测时间
- 2025-11-13 14:17:07
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes