Accepted

/in/foo.cc: In function 'void ini(int)':
/in/foo.cc:22:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int j=2;j*i<=x;j++)
   ^~~
/in/foo.cc:24:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    ps[0]=0;
    ^~
# 状态 耗时 内存占用
#1 Accepted 12ms 5.062 MiB
#2 Accepted 422ms 5.039 MiB
#3 Accepted 12ms 4.949 MiB
#4 Accepted 13ms 4.949 MiB
#5 Accepted 14ms 4.949 MiB
#6 Accepted 17ms 4.953 MiB
#7 Accepted 133ms 4.949 MiB
#8 Accepted 221ms 4.953 MiB
#9 Accepted 304ms 5.035 MiB
#10 Accepted 371ms 4.988 MiB

信息

递交者
类型
递交
题目
P1007 统计质数
比赛
2021.5.26本周数组练习(学校社团专练)
语言
C++
递交时间
2021-05-27 18:27:59
评测时间
2021-05-27 18:27:59
评测机
分数
100
总耗时
1524ms
峰值内存
5.062 MiB