记录详情

Wrong Answer

foo.c: In function ‘isPrime’:
foo.c:13:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   13 |                 if(n%i==0)
      |                 ^~
foo.c:15:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   15 |                         break;
      |                         ^~~~~
# 状态 耗时 内存占用
#1 Wrong Answer On line 1: Read yes, expect Yes. 1ms 256.0 KiB
#2 Wrong Answer On line 1: Read no, expect No. 1ms 256.0 KiB
#3 Wrong Answer On line 1: Read yes, expect Yes. 1ms 256.0 KiB
#4 Wrong Answer On line 1: Read yes, expect No. 1ms 256.0 KiB
#5 Wrong Answer On line 1: Read yes, expect No. 1ms 256.0 KiB

信息

递交者
类型
递交
比赛
南师大2025年新生赛(第一场)
语言
C
递交时间
2025-08-15 14:56:28
评测时间
2025-08-23 22:07:57
评测机
分数
0
总耗时
6ms
峰值内存
256.0 KiB