/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void insert(char*)':
/in/foo.cc:20:21: warning: array subscript has type 'char' [-Wchar-subscripts]
         int k=c[s[i]];
                     ^
/in/foo.cc: In function 'void match(char*)':
/in/foo.cc:53:21: warning: array subscript has type 'char' [-Wchar-subscripts]
         int k=c[s[i]];
                     ^
/in/foo.cc: In function 'int query(char*)':
/in/foo.cc:67:21: warning: array subscript has type 'char' [-Wchar-subscripts]
         int k=c[s[i]];
                     ^
# 状态 耗时 内存占用
#1 Accepted 37ms 34.621 MiB
#2 Accepted 49ms 34.523 MiB
#3 Accepted 69ms 35.391 MiB
#4 Accepted 55ms 34.82 MiB
#5 Accepted 86ms 35.133 MiB
#6 Accepted 86ms 36.008 MiB
#7 Accepted 107ms 36.602 MiB
#8 Accepted 286ms 50.367 MiB
#9 Accepted 331ms 52.195 MiB
#10 Accepted 343ms 54.152 MiB

信息

递交者
类型
递交
题目
P1951 玄武密码
语言
C++
递交时间
2019-05-03 23:08:21
评测时间
2019-05-03 23:08:21
评测机
分数
100
总耗时
1453ms
峰值内存
54.152 MiB