Accepted
/in/foo.cc: In function 'int countSubstrings(std::string, std::string)': /in/foo.cc:6:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 6 | for (int i = 0; i <= clothStrip.length() - smallStrip.length(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 比赛
- 2024_2025(1)C0023实验5+李强老师班级
- 语言
- C++
- 递交时间
- 2024-11-28 00:28:15
- 评测时间
- 2024-11-28 00:28:15
- 评测机
- 分数
- 10
- 总耗时
- 4ms
- 峰值内存
- 348.0 KiB