记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:50: warning: array subscript has type 'char' [-Wchar-subscripts]
     for(int i=1;i<len;i++) sum[i]=sum[i-1]+v[t[i]];
                                                  ^
# 状态 耗时 内存占用
#1 Accepted 3ms 6.223 MiB
#2 Accepted 3ms 6.293 MiB
#3 Accepted 3ms 6.297 MiB
#4 Accepted 3ms 6.211 MiB
#5 Accepted 3ms 6.223 MiB
#6 Accepted 3ms 6.203 MiB
#7 Accepted 26ms 21.207 MiB
#8 Accepted 26ms 21.273 MiB
#9 Accepted 25ms 19.188 MiB
#10 Accepted 25ms 19.254 MiB

信息

递交者
类型
递交
题目
P1016 最美回文
语言
C++
递交时间
2020-08-04 23:46:05
评测时间
2020-08-04 23:47:06
评测机
分数
100
总耗时
125ms
峰值内存
21.273 MiB