记录详情

Accepted

foo.cc: In constructor 'Date::Date(std::string)':
foo.cc:33:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   33 |         while (index < s.length()) {
      |                ~~~~~~^~~~~~~~~~~~
foo.cc: In member function 'void Persons::print()':
foo.cc:133:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Person*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  133 |         for (int i = 0; i < v.size(); i++) {
      |                         ~~^~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1551 OO9-2 组合了人类的人群类的始终
语言
C++
递交时间
2022-05-12 15:00:59
评测时间
2022-05-12 15:01:12
评测机
分数
100
总耗时
16ms
峰值内存
384.0 KiB