记录详情

Compile Error

foo.cc: In constructor 'Day::Day(std::string)':
foo.cc:205:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  205 |         while(index<s.length())
      |               ~~~~~^~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:312:13: error: expected ';' before '}' token
  312 |     return 0
      |             ^
      |             ;
  313 | }
      | ~            
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1550 OO9-1 组合了日期类的人类的一生
语言
C++
递交时间
2022-05-12 02:39:05
评测时间
2022-05-12 02:39:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes