Accepted

/in/foo.cc: In function 'bool isSimilar(std::string, std::string)':
/in/foo.cc:23:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   23 |                 while (i<sh.size()&&j<lo.size())
      |                        ~^~~~~~~~~~
/in/foo.cc:23:38: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   23 |                 while (i<sh.size()&&j<lo.size())
      |                                     ~^~~~~~~~~~
/in/foo.cc:27:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   27 |                                 if(d++>1)return false;j++;
      |                                 ^~
/in/foo.cc:27:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   27 |                                 if(d++>1)return false;j++;
      |                                                       ^
# 状态 耗时 内存占用
#1 Accepted 2ms 488.0 KiB
#2 Accepted 2ms 500.0 KiB
#3 Accepted 2ms 508.0 KiB
#4 Accepted 1ms 536.0 KiB
#5 Accepted 1ms 348.0 KiB

信息

递交者
类型
递交
题目
P2628 相似字符串4级1 2024.3
比赛
2025.3.9高级班练习
语言
C++
递交时间
2025-03-09 22:17:41
评测时间
2025-03-09 22:17:41
评测机
分数
100
总耗时
9ms
峰值内存
536.0 KiB