Accepted
foo.cc: In function 'int Count(std::string)':
foo.cc:8:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    8 |         for(int i=0; i<s.length(); i++) {
      |                      ~^~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A8-2 字符串的统计函数
 - 比赛
 - 2024-3-22 信息教师练习赛(3)
 - 语言
 - C++
 - 递交时间
 - 2024-03-22 22:02:57
 - 评测时间
 - 2024-03-22 22:02:57
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 13ms
 - 峰值内存
 - 540.0 KiB