Accepted
/in/foo.cc: In function 'int max_jump(std::vector<int>&, int, int)': /in/foo.cc:39:17: warning: unused variable 't' [-Wunused-variable] int t = V[V.size() - 1] - V[it]; ^ /in/foo.cc:43:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = it + 1; i < V.size() - n + 1; i++) { ~~^~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 自测
- 题目
- P1031 跳跳虎跳跳跳
- 语言
- C++
- 递交时间
- 2019-04-21 15:32:08
- 评测时间
- 2019-04-21 15:32:08
- 评测机
- 分数
- 10
- 总耗时
- 1ms
- 峰值内存
- 200.0 KiB