记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
         while(son[f[x][0]]==x)x=f[x][0];y=x;
         ^~~~~
/in/foo.cc:44:41: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
         while(son[f[x][0]]==x)x=f[x][0];y=x;
                                         ^
/in/foo.cc:47:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=1,y=x;j<v1[x].size();j++)
                         ~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 44ms 14.285 MiB
#2 Accepted 43ms 14.852 MiB
#3 Accepted 12ms 14.109 MiB
#4 Accepted 12ms 14.113 MiB
#5 Accepted 12ms 14.164 MiB
#6 Runtime Error 45ms 30.906 MiB
#7 Runtime Error 37ms 30.938 MiB
#8 Runtime Error 37ms 30.949 MiB
#9 Accepted 94ms 31.836 MiB
#10 Accepted 112ms 31.785 MiB
#11 Accepted 96ms 31.855 MiB
#12 Accepted 96ms 31.883 MiB
#13 Accepted 245ms 31.797 MiB
#14 Accepted 249ms 31.801 MiB
#15 Accepted 242ms 31.816 MiB
#16 Accepted 240ms 31.828 MiB
#17 Accepted 205ms 29.512 MiB
#18 Accepted 220ms 29.52 MiB
#19 Accepted 208ms 29.504 MiB
#20 Accepted 674ms 61.824 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2019-09-23 19:17:43
评测时间
2019-09-23 19:17:43
评测机
分数
85
总耗时
2933ms
峰值内存
61.824 MiB