记录详情

Accepted

/in/foo.c: In function 'PrimeCount':
/in/foo.c:27:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(x0=2;x0<x[i];x0++)  
   ^~~
/in/foo.c:30:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    if(x[i]==x0)
    ^~
# 状态 耗时 内存占用
#1 Accepted 0ms 200.0 KiB
#2 Accepted 0ms 212.0 KiB
#3 Accepted 0ms 196.0 KiB
#4 Accepted 0ms 212.0 KiB
#5 Accepted 0ms 196.0 KiB

信息

递交者
类型
递交
比赛
基于整数数组的编程技能的进阶训练及二级真题训练(2019-4-13)
语言
C
递交时间
2019-04-13 18:42:18
评测时间
2019-04-13 18:42:18
评测机
分数
100
总耗时
4ms
峰值内存
212.0 KiB