Wrong Answer
/in/foo.cc: In function 'int solve(std::__cxx11::string&, std::__cxx11::string&)': /in/foo.cc:10:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0, j = 0; i < s.size();) ~~^~~~~~~~~~ /in/foo.cc:15:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (j == t.size()) cnt ++, j = 0; ~~^~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1347 OO11-3 string中的查找
- 语言
- C++
- 递交时间
- 2023-05-23 15:56:42
- 评测时间
- 2023-05-23 15:56:42
- 评测机
- 分数
- 60
- 总耗时
- 8ms
- 峰值内存
- 420.0 KiB