Mã chấm Tài khoản Bài tập Ngôn ngữ lập trình Trạng thái Thời gian Bộ nhớ Kích thước Thời gian nộp
466410 Thành Đô - Quang Tài ĐIỂM SỐ C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 680 2024-05-24 15:29:26

Lỗi biên dịch:

Main.cc: In function ‘int solve(std::vector, int, std::vector, int)’:
Main.cc:11:9: error: ‘template class std::vector’ used without template arguments
   11 |         vector::iterator it = find(b.begin(), b.end(), curPoint);
      |         ^~~~~~
Main.cc:12:13: error: ‘it’ was not declared in this scope; did you mean ‘i’?
   12 |         if (it != b.end())
      |             ^~
      |             i