记录详情

Accepted

foo.cc: In function 'bool Judge(int, int, std::string, int)':
foo.cc:8:31: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
    8 |         if(animal.find('D', 0)==-1)
      |            ~~~~~~~~~~~~~~~~~~~^~~~
foo.cc:13:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   13 |         for(int i=0; i<animal.length(); i++)
      |                      ~^~~~~~~~~~~~~~~~
foo.cc:17:49: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   17 |                 if(cat==0 && animal.find('D', i)!=-1)
      |                              ~~~~~~~~~~~~~~~~~~~^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 15ms 412.0 KiB
#2 Accepted 8ms 412.0 KiB
#3 Accepted 17ms 412.0 KiB
#4 Accepted 22ms 412.0 KiB
#5 Accepted 18ms 368.0 KiB

信息

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