/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(m=1;ll(m)*m<=n;++m);--m;
  ^~~
/in/foo.cc:17:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(m=1;ll(m)*m<=n;++m);--m;
                          ^~
/in/foo.cc:22:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(d>m) break;vi[d]=1;
    ^~
/in/foo.cc:22:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if(d>m) break;vi[d]=1;
                  ^~
# 状态 耗时 内存占用
#1 Accepted 91ms 6.762 MiB
#2 Accepted 123ms 6.727 MiB
#3 Accepted 98ms 4.809 MiB
#4 Accepted 227ms 8.836 MiB
#5 Accepted 198ms 5.332 MiB
#6 Accepted 138ms 6.996 MiB
#7 Accepted 167ms 5.172 MiB
#8 Accepted 177ms 5.234 MiB
#9 Accepted 136ms 5.02 MiB
#10 Accepted 182ms 8.676 MiB

信息

递交者
类型
递交
题目
P1039 区域赛选拔赛-塔子哥数数
语言
C++
递交时间
2019-06-18 18:15:49
评测时间
2019-06-18 18:15:49
评测机
分数
100
总耗时
1541ms
峰值内存
8.836 MiB