Problem monsters3
User Biologyhater123
Submission Time 2025-12-01 16:14:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monsters3.cpp: In function ‘int32_t main()’:
monsters3.cpp:16:11: error: invalid use of member function ‘std::deque<_Tp, _Alloc>::size_type std::deque<_Tp, _Alloc>::size() const [with _Tp = long long int; _Alloc = std::allocator<long long int>; std::deque<_Tp, _Alloc>::size_type = long unsigned int]’ (did you forget the ‘()’ ?)
16 | if (temp.size != n)return 67;
| ~~~~~^~~~
| ()