| Problem | candymountain_ex |
|---|---|
| User | lykieutrang |
| Submission Time | 2025-12-08 16:13:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candymountain_ex.cpp: In function ‘bool candy(ll)’:
candymountain_ex.cpp:28:14: error: invalid use of member function ‘std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = long long int; _Alloc = std::allocator<long long int>; std::vector<_Tp, _Alloc>::size_type = long unsigned int]’ (did you forget the ‘()’ ?)
28 | if (temp.size == 1) return false; // nếu không có pepple nào thỏa mãn cả, và temp chỉ chứa idx của cái shore bên kia :>
| ~~~~~^~~~
| ()