记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:13:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   13 |     while (i < s.length() && j < t.length()) {
      |            ~~^~~~~~~~~~~~
foo.cc:13:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   13 |     while (i < s.length() && j < t.length()) {
      |                              ~~^~~~~~~~~~~~
foo.cc:23:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   23 |         if (j == t.length()) {
      |             ~~^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 2ms 284.0 KiB
#2 Accepted 2ms 284.0 KiB
#3 Accepted 2ms 284.0 KiB
#4 Accepted 2ms 284.0 KiB
#5 Runtime Error Segmentation fault 2ms 284.0 KiB

信息

递交者
类型
递交
题目
P1051 OO11-3 string中的查找
比赛
2023春面向对象的程序设计方法(3)
语言
C++
递交时间
2023-05-30 10:53:32
评测时间
2023-05-30 10:53:32
评测机
分数
60
总耗时
12ms
峰值内存
284.0 KiB