记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:7:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(b=2;b<=a-1&&c;b++)
  ^~~
/in/foo.c:10:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   if(c)
   ^~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 212.0 KiB
#2 Wrong Answer 1ms 208.0 KiB
#3 Accepted 1ms 200.0 KiB
#4 Accepted 1ms 196.0 KiB
#5 Accepted 1ms 204.0 KiB

信息

递交者
类型
递交
题目
A3-2 素数专题:素数判断
比赛
中北 计算机2021级专业修读指导(1)
语言
C
递交时间
2021-11-30 18:02:53
评测时间
2021-11-30 18:02:53
评测机
分数
60
总耗时
5ms
峰值内存
212.0 KiB