Accepted

foo.cc: In function 'int countChar(std::string, char)':
foo.cc:56:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   56 |  for(int i=0;i<s.size();i++)
      |              ~^~~~~~~~~
foo.cc: In function 'void maxChar(std::string)':
foo.cc:79:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   79 |  for(i=0;i<s.length();i++)
      |          ~^~~~~~~~~~~
foo.cc:81:9: warning: array subscript has type 'char' [-Wchar-subscripts]
   81 |   m[s[i]]++;
      |         ^
foo.cc: In function 'int longestSubstr(std::string)':
foo.cc:139:6: warning: unused variable 't' [-Wunused-variable]
  139 |  int t,i,n,len,rk;
      |      ^
foo.cc: In function 'int longestSubstr(std::string, int)':
foo.cc:163:8: warning: 'left' may be used uninitialized in this function [-Wmaybe-uninitialized]
  163 |  int i,left,right,n;
      |        ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 5ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB

信息

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