记录详情

Accepted

/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 31ms 14.324 MiB
#2 Accepted 34ms 14.848 MiB
#3 Accepted 12ms 14.086 MiB
#4 Accepted 13ms 14.195 MiB
#5 Accepted 13ms 14.207 MiB
#6 Accepted 200ms 34.266 MiB
#7 Accepted 211ms 34.32 MiB
#8 Accepted 192ms 34.312 MiB
#9 Accepted 95ms 31.059 MiB
#10 Accepted 94ms 31.059 MiB
#11 Accepted 103ms 31.09 MiB
#12 Accepted 90ms 31.047 MiB
#13 Accepted 239ms 31.051 MiB
#14 Accepted 241ms 31.078 MiB
#15 Accepted 255ms 31.059 MiB
#16 Accepted 246ms 31.105 MiB
#17 Accepted 210ms 29.145 MiB
#18 Accepted 212ms 29.172 MiB
#19 Accepted 216ms 29.207 MiB
#20 Accepted 688ms 60.656 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2019-09-23 19:44:49
评测时间
2019-09-23 19:44:49
评测机
分数
100
总耗时
3403ms
峰值内存
60.656 MiB