Wrong Answer
/in/foo.cc: In function 'bool isSimilar(std::__cxx11::string, std::__cxx11::string)':
/in/foo.cc:9:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{for(int i=0;i<A.size();i++)
~^~~~~~~~~
/in/foo.cc:14:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<B.size();i++)//穷举短串
~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2628 相似字符串4级1 2024.3
- 语言
- C++
- 递交时间
- 2024-05-31 15:40:14
- 评测时间
- 2024-05-31 15:40:14
- 评测机
- 分数
- 0
- 总耗时
- 11ms
- 峰值内存
- 376.0 KiB