Accepted

foo.cc: In function 'int main()':
foo.cc:17:10: warning: array subscript has type 'char' [-Wchar-subscripts]
   17 |    m[a[j]]++;
      |          ^
foo.cc:18:13: warning: array subscript has type 'char' [-Wchar-subscripts]
   18 |    if(m[a[j]]>1)
      |             ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1108 无重复最长子串
语言
C++
递交时间
2022-07-18 19:55:47
评测时间
2022-07-18 19:55:47
评测机
分数
100
总耗时
10ms
峰值内存
384.0 KiB