Accepted
/in/foo.cc: In instantiation of 'void BubbleSort(T&) [with T = std::vector<int>]': /in/foo.cc:54:21: required from here /in/foo.cc:29:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < array.size() - 1; i++) { ~~^~~~~~~~~~~~~~~~~~ /in/foo.cc:31:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < array.size() - 1 - i; j++) { ~~^~~~~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1691 输油管道问题
- 语言
- C++
- 递交时间
- 2018-08-17 14:46:38
- 评测时间
- 2018-08-17 14:46:38
- 评测机
- 分数
- 110
- 总耗时
- 407ms
- 峰值内存
- 384.0 KiB