记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:14:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   14 |                 for (i = 0; i < S.length(); i++) {
      |                             ~~^~~~~~~~~~~~
foo.cc:24:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   24 |                 if (i == S.length())
      |                     ~~^~~~~~~~~~~~~
foo.cc:27:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   27 |                         for (; i < S.length(); i++) {
      |                                ~~^~~~~~~~~~~~
foo.cc:33:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   33 |                         if (i == S.length())
      |                             ~~^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 16ms 412.0 KiB
#2 Accepted 8ms 412.0 KiB
#3 Accepted 19ms 412.0 KiB
#4 Accepted 21ms 412.0 KiB
#5 Accepted 18ms 412.0 KiB

信息

递交者
类型
递交
题目
P1424 1-2 狗和猫
比赛
2023暑假集训7月3日训练题
语言
C++
递交时间
2023-07-03 10:13:59
评测时间
2023-07-03 10:13:59
评测机
分数
100
总耗时
83ms
峰值内存
412.0 KiB