记录详情

Wrong Answer

foo.cc: In function 'void out(int, int, std::string&)':
foo.cc:7:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    7 |     if (a+b>s.length())
      |         ~~~^~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:21:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   21 |     if (a>s.length())
      |         ~^~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 284.0 KiB
#2 Accepted 4ms 328.0 KiB
#3 Wrong Answer Read program!, expect program. 3ms 412.0 KiB

信息

递交者
类型
自测
题目
P1063 A8-7 删除字符串中一个子串
语言
C++
递交时间
2023-11-11 18:54:02
评测时间
2023-11-11 18:54:02
评测机
分数
20
总耗时
11ms
峰值内存
412.0 KiB