Problem candymountain_ex
User lykieutrang
Submission Time 2025-12-08 16:26:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

candymountain_ex.cpp: In function ‘bool candy(ll)’:
candymountain_ex.cpp:29: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 ‘()’ ?)
29 | 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 :>
| ~~~~~^~~~
| ()