记录详情

Wrong Answer

foo.cc: In function 'bool part(std::string&, std::string&)':
foo.cc:27:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   27 |         while (j < b.size() && ++i < a.size())
      |                ~~^~~~~~~~~~
foo.cc:27:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   27 |         while (j < b.size() && ++i < a.size())
      |                                ~~~~^~~~~~~~~~
foo.cc:28:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   28 |                 while (++j < b.size() && b[j] != a[i]);
      |                        ~~~~^~~~~~~~~~
foo.cc:29:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   29 |         return j <= b.size();
      |                ~~^~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read both, expect automaton. 2ms 284.0 KiB
#2 Accepted 2ms 284.0 KiB
#3 Accepted 2ms 284.0 KiB
#4 Accepted 2ms 284.0 KiB

信息

递交者
类型
自测
题目
P1402 Problem 4B. 后缀机器
语言
C++
递交时间
2023-05-14 20:38:38
评测时间
2023-05-14 20:38:38
评测机
分数
30
总耗时
9ms
峰值内存
284.0 KiB