Problem laptop
User vadar2525
Submission Time 2025-08-18 16:53:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:26:12: error: invalid use of member function ‘bool std::deque<_Tp, _Alloc>::empty() const [with _Tp = long long int; _Alloc = std::allocator<long long int>]’ (did you forget the ‘()’ ?)
26 | else if(a.empty == true and b.empty() == false){
| ~~^~~~~
| ()