| Problem | zooqueue |
|---|---|
| User | havinaaaaash |
| Submission Time | 2024-11-19 22:09:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
zooqueue.cpp: In function ‘int main()’:
zooqueue.cpp:11:11: error: expected unqualified-id before ‘>’ token
11 | vector>int>a(n);
| ^
zooqueue.cpp:13:16: error: ‘a’ was not declared in this scope
13 | cin >> a[i];
| ^
zooqueue.cpp:16:12: error: ‘a’ was not declared in this scope
16 | if(a[i+1] < a[i+2] && a[i+2] < a[i]){
| ^