/ Vijos /

记录详情

Time Exceeded

foo.cpp: In function 'int main()':
foo.cpp:32:19: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                   if(i - k < 0) break; tension(f[i][j][l], f[i-k][j][l] + y);
                   ^~
foo.cpp:32:40: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
                   if(i - k < 0) break; tension(f[i][j][l], f[i-k][j][l] + y);
                                        ^~~~~~~
foo.cpp:34:19: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                   if(j - k < 0) break; tension(f[i][j][l], f[i][j-k][l] + y);
                   ^~
foo.cpp:34:40: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
                   if(j - k < 0) break; tension(f[i][j][l], f[i][j-k][l] + y);
                                        ^~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 171ms 107.102 MiB
#2 Wrong Answer 171ms 107.109 MiB
#3 Wrong Answer 187ms 107.031 MiB
#4 Time Exceeded ≥5015ms ≥107.09 MiB
#5 Time Exceeded ≥5015ms ≥107.094 MiB
#6 Time Exceeded ≥5015ms ≥107.102 MiB
#7 Time Exceeded ≥5015ms ≥107.094 MiB
#8 Time Exceeded ≥5015ms ≥107.09 MiB
#9 Time Exceeded ≥5015ms ≥107.02 MiB
#10 Time Exceeded ≥5015ms ≥107.094 MiB

信息

递交者
类型
递交
题目
P1240 朴素的网络游戏
语言
C++
递交时间
2017-03-11 06:57:01
评测时间
2017-03-11 06:57:01
评测机
分数
0
总耗时
≥35634ms
峰值内存
≥107.109 MiB