/ new_bzoj /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int len=2;len<=n;len++)
  ^~~
/in/foo.cc:28:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    cout<<f[1][n]<<endl;
    ^~~~
/in/foo.cc:9:8: warning: unused variable 'len' [-Wunused-variable]
  int n,len;
        ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 372.0 KiB
#2 Runtime Error 2ms 492.0 KiB
#3 Runtime Error 3ms 496.0 KiB
#4 Accepted 2ms 488.0 KiB
#5 Accepted 4ms 476.0 KiB
#6 Runtime Error 3ms 492.0 KiB
#7 Runtime Error 2ms 492.0 KiB
#8 Runtime Error 2ms 508.0 KiB
#9 Runtime Error 2ms 504.0 KiB
#10 Runtime Error 2ms 492.0 KiB

信息

递交者
类型
递交
题目
石子合并
语言
C++
递交时间
2018-03-24 09:21:15
评测时间
2018-03-24 09:21:15
评测机
分数
30
总耗时
27ms
峰值内存
508.0 KiB