记录详情

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 72ms 98.375 MiB
#2 Wrong Answer 83ms 99.125 MiB
#3 Wrong Answer 86ms 98.625 MiB
#4 Wrong Answer 112ms 98.348 MiB
#5 Wrong Answer 110ms 97.625 MiB
#6 Runtime Error 85ms 98.246 MiB
#7 Runtime Error 91ms 98.453 MiB
#8 Runtime Error 91ms 97.734 MiB
#9 Runtime Error 52ms 98.711 MiB
#10 Runtime Error 38ms 98.094 MiB
#11 Runtime Error 58ms 97.859 MiB

信息

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