Accepted
foo.cc: In function 'int main()': foo.cc:38:13: warning: statement has no effect [-Wunused-value] 38 | for(j;j<nb;j++) | ^ foo.cc:43:13: warning: statement has no effect [-Wunused-value] 43 | for(i;i<na;i++) | ^ foo.cc:46:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 46 | for(i=0;i<c.size();i++) | ~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- P1050 OO11-2 vector<int>中的有序插入
- 语言
- C++
- 递交时间
- 2022-05-07 15:08:06
- 评测时间
- 2022-05-07 15:08:06
- 评测机
- 分数
- 10
- 总耗时
- 4ms
- 峰值内存
- 384.0 KiB