记录详情

Wrong Answer

/in/foo.cc: In function 'void FFT(cp*, int, int)':
/in/foo.cc:23:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for (;k&i;i^=k,k>>=1);i^=k;
         ^~~
/in/foo.cc:23:31: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for (;k&i;i^=k,k>>=1);i^=k;
                               ^
# 状态 耗时 内存占用
#1 Wrong Answer 385ms 58.125 MiB
#2 Accepted 6ms 12.246 MiB
#3 Accepted 412ms 59.75 MiB
#4 Accepted 417ms 56.629 MiB
#5 Accepted 397ms 55.422 MiB
#6 Accepted 383ms 58.625 MiB
#7 Accepted 361ms 57.625 MiB
#8 Accepted 325ms 56.625 MiB
#9 Accepted 369ms 50.5 MiB
#10 Accepted 162ms 61.324 MiB

信息

递交者
类型
递交
题目
match(2014年省队选拔)
题目数据
下载
语言
C++
递交时间
2018-08-05 15:36:38
评测时间
2018-08-05 15:36:38
评测机
分数
85
总耗时
3221ms
峰值内存
61.324 MiB