Problem | trollingbribritt |
---|---|
User | JerryCodebreaker |
Submission Time | 2024-12-14 09:25:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:19:14: 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 ‘()’ ?)
19 | if(a>v.size) cout<<-1;
| ~~^~~~
| ()
trollingbribritt.cpp: At global scope:
trollingbribritt.cpp:24:1: error: expected declaration before ‘}’ token
24 | }
| ^