记录详情

Accepted

foo.c: In function ‘judge_su’:
foo.c:18:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   18 |     if (num==1)
      |     ^~
foo.c:20:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   20 |         for(i=2;i<num;i++)
      |         ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 1ms 512.0 KiB
#3 Accepted 3ms 512.0 KiB
#4 Accepted 119ms 512.0 KiB
#5 Accepted 119ms 440.0 KiB

信息

递交者
类型
递交
比赛
南师大2025年新生赛(第一场)
语言
C
递交时间
2025-08-16 21:55:39
评测时间
2025-08-23 22:09:33
评测机
分数
100
总耗时
243ms
峰值内存
512.0 KiB