/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:53:20: warning: array subscript has type 'char' [-Wchar-subscripts]
   extend(ref[str[i]]);
                    ^
/in/foo.cc:60:31: warning: array subscript has type 'char' [-Wchar-subscripts]
    if (t[pos].trans[ref[str[j]]])
                               ^
/in/foo.cc:65:32: warning: array subscript has type 'char' [-Wchar-subscripts]
     pos=t[pos].trans[ref[str[j]]];
                                ^
/in/foo.cc:69:58: warning: array subscript has type 'char' [-Wchar-subscripts]
     while (pos&&t[pos].len>=now&&!t[pos].trans[ref[str[j]]])
                                                          ^
/in/foo.cc:76:32: warning: array subscript has type 'char' [-Wchar-subscripts]
     pos=t[pos].trans[ref[str[j]]];
                                ^
# 状态 耗时 内存占用
#1 Accepted 3ms 2.355 MiB
#2 Accepted 2ms 2.195 MiB
#3 Accepted 10ms 2.25 MiB
#4 Accepted 7ms 2.25 MiB
#5 Accepted 16ms 6.465 MiB
#6 Accepted 69ms 41.238 MiB
#7 Accepted 79ms 40.855 MiB
#8 Accepted 388ms 187.375 MiB
#9 Accepted 403ms 228.418 MiB
#10 Accepted 438ms 313.125 MiB

信息

递交者
类型
递交
题目
P1951 玄武密码
语言
C++
递交时间
2018-03-19 20:30:03
评测时间
2018-03-19 20:30:03
评测机
分数
100
总耗时
1419ms
峰值内存
313.125 MiB