Wrong Answer
foo.c: In function 'main': foo.c:13:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 13 | if(m=0) | ^ foo.c:17:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 17 | if(n=0) | ^ foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] 6 | scanf("%d",&x); | ^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A5-1 超级素数判断
- 比赛
- 中北 计算机2021级专业修读指导(3)
- 语言
- C
- 递交时间
- 2021-12-14 18:23:45
- 评测时间
- 2021-12-14 18:23:45
- 评测机
- 分数
- 40
- 总耗时
- 10ms
- 峰值内存
- 256.0 KiB