记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:32:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int j=m-1;j>0;j--)
         ^~~
/in/foo.cc:34: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:41:21: warning: operation on 'l' may be undefined [-Wsequence-point]
            a[--l]=d[--l][k];
                     ^~~
# 状态 耗时 内存占用
#1 Accepted 70ms 98.25 MiB
#2 Wrong Answer 68ms 98.75 MiB
#3 Wrong Answer 47ms 97.969 MiB
#4 Wrong Answer 71ms 99.5 MiB
#5 Wrong Answer 42ms 98.625 MiB
#6 Runtime Error 46ms 98.75 MiB
#7 Runtime Error 48ms 99.375 MiB
#8 Runtime Error 70ms 98.336 MiB
#9 Runtime Error 49ms 98.125 MiB
#10 Runtime Error 39ms 99.242 MiB
#11 Runtime Error 42ms 99.594 MiB

信息

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