Wrong Answer
foo.cc: In function 'bool Search(std::vector<int>&, int)':
foo.cc:6:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    6 |         for(int i=0;i<v.size();i++)
      |                     ~^~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:20:23: warning: unused variable 'now' [-Wunused-variable]
   20 |         int n,m,ans=0,now=1;
      |                       ^~~
  正在同步测试数据,请稍后 [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2215 摆渡车
 - 语言
 - C++
 - 递交时间
 - 2022-10-06 08:58:16
 - 评测时间
 - 2022-10-06 08:58:16
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 109ms
 - 峰值内存
 - 640.0 KiB