记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
          if(k*c[i]<=j) 
            ^
/in/foo.cc:29:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int j=m-1;j>0;j--)
         ^~~
/in/foo.cc:31: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:38:21: warning: operation on 'l' may be undefined [-Wsequence-point]
            a[--l]=d[--l][k];
                     ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 260.0 KiB
#2 Wrong Answer 2ms 384.0 KiB
#3 Wrong Answer 2ms 360.0 KiB
#4 Wrong Answer 3ms 356.0 KiB
#5 Wrong Answer 3ms 384.0 KiB
#6 Runtime Error 3ms 360.0 KiB
#7 Runtime Error 4ms 492.0 KiB
#8 Runtime Error 3ms 512.0 KiB
#9 Runtime Error 7ms 640.0 KiB
#10 Runtime Error 10ms 640.0 KiB
#11 Runtime Error 10ms 752.0 KiB

信息

递交者
类型
递交
题目
暗黑破坏神(diablo)
语言
C++
递交时间
2018-02-09 08:28:27
评测时间
2018-02-09 08:32:37
评测机
分数
5
总耗时
54ms
峰值内存
752.0 KiB