/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int AC::insert(int, char)':
/in/foo.cc:32:18: warning: array subscript has type 'char' [-Wchar-subscripts]
   if (!T[p].son[c]){
                  ^
/in/foo.cc:34:21: warning: array subscript has type 'char' [-Wchar-subscripts]
    return T[p].son[c]=tot;
                     ^
/in/foo.cc:36:25: warning: array subscript has type 'char' [-Wchar-subscripts]
   else return T[p].son[c];
                         ^
# 状态 耗时 内存占用
#1 Accepted 5ms 2.324 MiB
#2 Accepted 2ms 2.312 MiB
#3 Accepted 51ms 5.434 MiB
#4 Accepted 24ms 3.203 MiB
#5 Accepted 39ms 10.559 MiB
#6 Accepted 14ms 5.688 MiB
#7 Accepted 79ms 5.703 MiB
#8 Accepted 118ms 11.562 MiB
#9 Accepted 114ms 8.184 MiB
#10 Accepted 121ms 12.078 MiB

信息

递交者
类型
递交
题目
P1720 阿狸的打字机
语言
C++
递交时间
2018-10-26 13:31:00
评测时间
2018-10-26 13:31:00
评测机
分数
100
总耗时
571ms
峰值内存
12.078 MiB