Problem | trollingbribritt |
---|---|
User | vadar2525 |
Submission Time | 2025-08-15 14:54:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:14:12: error: ‘class std::deque<long long int>’ has no member named ‘pushback’; did you mean ‘push_back’?
14 | cin >> a.pushback[i];
| ^~~~~~~~
| push_back
trollingbribritt.cpp:17:1: error: expected primary-expression before ‘}’ token
17 | }
| ^
trollingbribritt.cpp:15:13: error: expected ‘)’ before ‘}’ token
15 | if(a[i] ==
| ~ ^
| )
16 |
17 | }
| ~
trollingbribritt.cpp:17:1: error: expected primary-expression before ‘}’ token
17 | }
| ^
trollingbribritt.cpp:17:1: error: expected ‘}’ at end of input
trollingbribritt.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^