/ Vijos /

记录详情

Accepted

foo.cc: In function 'bool cmp(Player, Player)':
foo.cc:23:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   23 |         while(cur!=a.num.size() && a.num[cur]==b.num[cur])
      |               ~~~^~~~~~~~~~~~~~
foo.cc:25:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   25 |         if(cur==a.num.size())
      |            ~~~^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 512.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 1ms 512.0 KiB
#5 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1257 水王争霸
语言
C++
递交时间
2022-07-20 22:40:02
评测时间
2022-07-20 22:40:02
评测机
分数
100
总耗时
10ms
峰值内存
512.0 KiB