Problem | trollingbribritt |
---|---|
User | Pranav |
Submission Time | 2024-12-14 11:33:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trollingbribritt.cpp:1:1: error: ‘include’ does not name a type
1 | include<bits/stdc++.h>
| ^~~~~~~
trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:9:2: error: ‘cin’ was not declared in this scope
9 | cin>>q;
| ^~~
trollingbribritt.cpp:10:2: error: ‘deque’ was not declared in this scope
10 | deque <long long> v;
| ^~~~~
trollingbribritt.cpp:10:9: error: expected primary-expression before ‘long’
10 | deque <long long> v;
| ^~~~
trollingbribritt.cpp:15:4: error: ‘v’ was not declared in this scope
15 | v.push_back(add);
| ^
trollingbribritt.cpp:18:8: error: ‘v’ was not declared in this scope
18 | if (v.size()>0){
| ^
trollingbribritt.cpp:26:9: error: ‘v’ was not declared in this scope
26 | le = v.size();
| ^
trollingbribritt.cpp:29:5: error: ‘cout’ was not declared in this