/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:56:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(R II i=1;i<=k;i++) a1[0][i]=(b[i]-b[i-1]+PI)%PI; a1[0][0]=b[k];
  ^~~
/in/foo.cc:56:55: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(R II i=1;i<=k;i++) a1[0][i]=(b[i]-b[i-1]+PI)%PI; a1[0][0]=b[k];
                                                       ^~
/in/foo.cc:62:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(R II i=1;i<=k;i++) a1[0][i]=(b[i]-b[i-1]+PI)%PI; a1[0][0]=b[k];
  ^~~
/in/foo.cc:62:55: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(R II i=1;i<=k;i++) a1[0][i]=(b[i]-b[i-1]+PI)%PI; a1[0][0]=b[k];
                                                       ^~
# 状态 耗时 内存占用
#1 Wrong Answer 20ms 384.0 KiB
#2 Wrong Answer 8ms 384.0 KiB
#3 Wrong Answer 32ms 348.0 KiB
#4 Wrong Answer 4ms 384.0 KiB
#5 Wrong Answer 4ms 348.0 KiB
#6 Accepted 3ms 376.0 KiB
#7 Accepted 2ms 376.0 KiB
#8 Accepted 3ms 384.0 KiB
#9 Wrong Answer 3ms 356.0 KiB
#10 Wrong Answer 14ms 360.0 KiB

信息

递交者
类型
递交
题目
递归数列
语言
C++
递交时间
2018-02-02 18:24:08
评测时间
2018-02-02 18:24:08
评测机
分数
30
总耗时
97ms
峰值内存
384.0 KiB