记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
          if(k*c[i]<=j) 
            ^
/in/foo.cc:30:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int j=m-1;j>0;j--)
         ^~~
/in/foo.cc:32:11: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
           cout<<f[n][k]<<endl;
           ^~~~
/in/foo.cc:39:21: warning: operation on 'l' may be undefined [-Wsequence-point]
            a[--l]=d[--l][k];
                     ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 1.348 MiB
#2 Wrong Answer 3ms 1.375 MiB
#3 Wrong Answer 4ms 1.25 MiB
#4 Wrong Answer 2ms 1.25 MiB
#5 Wrong Answer 3ms 1.25 MiB
#6 Runtime Error 3ms 1.262 MiB
#7 Runtime Error 3ms 1.367 MiB
#8 Runtime Error 5ms 1.473 MiB
#9 Runtime Error 5ms 1.375 MiB
#10 Runtime Error 14ms 1.5 MiB
#11 Runtime Error 8ms 1.375 MiB

信息

递交者
类型
递交
题目
暗黑破坏神(diablo)
语言
C++
递交时间
2018-02-09 10:55:25
评测时间
2018-02-09 10:55:25
评测机
分数
0
总耗时
59ms
峰值内存
1.5 MiB