记录详情

Accepted

foo.cc: In function 'int match1(std::string&)':
foo.cc:9:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    9 |     for (int i = 0; i < s.size(); i++)
      |                     ~~^~~~~~~~~~
foo.cc: In function 'int match2(std::string&)':
foo.cc:25:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   25 |     for (int i = 0; i < s.size(); i++)
      |                     ~~^~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:45:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   45 |     for (int i = 0; i < s.size(); i++)
      |                     ~~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 9ms 412.0 KiB
#2 Accepted 101ms 816.0 KiB
#3 Accepted 11ms 476.0 KiB
#4 Accepted 71ms 688.0 KiB
#5 Accepted 34ms 528.0 KiB

信息

递交者
类型
递交
题目
P1421 1-5 游游的交换字符
比赛
2023暑假集训7月3日训练题
语言
C++
递交时间
2023-07-03 10:12:24
评测时间
2023-07-03 10:12:24
评测机
分数
100
总耗时
227ms
峰值内存
816.0 KiB