Problem | hallucinations |
---|---|
User | tanyikai |
Submission Time | 2025-06-18 10:20:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hallucinations.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:6:5: error: ‘ios’ has not been declared
6 | ios::sync_with_stdio(0);
| ^~~
hallucinations.cpp:7:5: error: ‘cin’ was not declared in this scope
7 | cin.tie(0);
| ^~~
hallucinations.cpp:10:5: error: ‘deque’ was not declared in this scope
10 | deque<int>og_dq(N);
| ^~~~~
hallucinations.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
hallucinations.cpp:10:11: note: in expansion of macro ‘int’
10 | deque<int>og_dq(N);
| ^~~
hallucinations.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
hallucinations.cpp:11:11: note: in expansion of