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 13ms 4.98 MiB
#2 Accepted 420ms 4.992 MiB
#3 Accepted 13ms 4.953 MiB
#4 Accepted 13ms 4.957 MiB
#5 Accepted 14ms 4.953 MiB
#6 Accepted 17ms 4.957 MiB
#7 Accepted 136ms 4.957 MiB
#8 Accepted 220ms 4.961 MiB
#9 Accepted 306ms 5.008 MiB
#10 Accepted 371ms 5.008 MiB

信息

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