Accepted
foo.cc: In function 'int main()': foo.cc:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 25 | for(int i=0;i<ve.size();++i){ | ~^~~~~~~~~~ foo.cc:27:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 27 | if(i!=ve.size()-1) | ~^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1742 数据统计
- 语言
- C++
- 递交时间
- 2023-10-25 10:14:01
- 评测时间
- 2023-10-25 10:14:01
- 评测机
- 分数
- 100
- 总耗时
- 180ms
- 峰值内存
- 2.059 MiB