记录详情

Accepted

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

信息

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