记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
          if(k*c[i]<=j) 
            ^
/in/foo.cc:31:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int j=m-1;j>0;j--)
         ^~~
/in/foo.cc:33: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:40:21: warning: operation on 'l' may be undefined [-Wsequence-point]
            a[--l]=d[--l][k];
                     ^~~
# 状态 耗时 内存占用
#1 Accepted 453ms 98.0 MiB
#2 Wrong Answer 445ms 98.375 MiB
#3 Wrong Answer 439ms 98.211 MiB
#4 Wrong Answer 446ms 99.488 MiB
#5 Wrong Answer 373ms 98.625 MiB
#6 Runtime Error 450ms 98.375 MiB
#7 Runtime Error 413ms 98.75 MiB
#8 Runtime Error 450ms 98.75 MiB
#9 Runtime Error 41ms 97.836 MiB
#10 Runtime Error 45ms 99.613 MiB
#11 Runtime Error 45ms 99.203 MiB

信息

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