记录详情

Accepted

foo.cc: In function 'int main(int, char**)':
foo.cc:30:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   30 |         for (i = 0; i < vtSample.size(); i++)
      |                     ~~^~~~~~~~~~~~~~~~~
foo.cc:34:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<StatUnit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   34 |                 for (j = 0; j < vtStatResult.size(); j++)
      |                             ~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:51:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<StatUnit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   51 |                 if (j == vtStatResult.size())
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:59:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<StatUnit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   59 |         for (i = 0; i < vtStatResult.size(); i++)
      |                     ~~^~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Accepted 3ms 328.0 KiB
#4 Accepted 4ms 412.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
题目
P1056 OO11-8 set与数字统计
语言
C++
递交时间
2023-10-21 09:51:16
评测时间
2023-10-21 09:51:16
评测机
分数
100
总耗时
21ms
峰值内存
412.0 KiB