/ Vijos /

记录详情

Wrong Answer

/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:41: warning: array subscript has type 'char' [-Wchar-subscripts]
     while (pos&&!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 5ms 2.25 MiB
#2 Wrong Answer 4ms 2.355 MiB
#3 Accepted 13ms 2.348 MiB
#4 Accepted 9ms 2.25 MiB
#5 Wrong Answer 50ms 6.387 MiB
#6 Accepted 87ms 42.523 MiB
#7 Accepted 106ms 41.0 MiB
#8 Accepted 442ms 189.586 MiB
#9 Accepted 498ms 227.375 MiB
#10 Accepted 589ms 315.617 MiB

信息

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