记录详情

Accepted

foo.cc: In function 'std::vector<int> Index(std::string, int, std::string)':
foo.cc:15:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   15 |         while (i < s.length() && j < t.length())
      |                ~~^~~~~~~~~~~~
foo.cc:15:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   15 |         while (i < s.length() && j < t.length())
      |                                  ~~^~~~~~~~~~~~
foo.cc:28:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   28 |                 if (j == t.length())
      |                     ~~^~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:44:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   44 |         for (int i = 0; i < result.size(); i++)
      |                         ~~^~~~~~~~~~~~~~~
foo.cc:47:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   47 |                 if (i == result.size() - 1)
      |                     ~~^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
DS3-1 字符串的模式匹配
比赛
(中澳班)数据结构之“线性表”
语言
C++
递交时间
2022-09-30 20:25:09
评测时间
2022-09-30 20:25:09
评测机
分数
100
总耗时
8ms
峰值内存
256.0 KiB