/ 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 2ms 376.0 KiB
#2 Runtime Error 2ms 496.0 KiB
#3 Runtime Error 2ms 512.0 KiB
#4 Accepted 2ms 472.0 KiB
#5 Accepted 2ms 496.0 KiB
#6 Runtime Error 2ms 512.0 KiB
#7 Runtime Error 2ms 504.0 KiB
#8 Runtime Error 2ms 504.0 KiB
#9 Runtime Error 4ms 484.0 KiB
#10 Runtime Error 2ms 496.0 KiB

信息

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