Problem | parallelogramisation |
---|---|
User | Hytoh |
Submission Time | 2023-12-23 11:14:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:10:8: error: ‘unsignde’ was not declared in this scope; did you mean ‘unsigned’?
10 | deque<unsignde long long int> lmao;
| ^~~~~~~~
| unsigned
parallelogramisation.cpp:10:30: error: template argument 1 is invalid
10 | deque<unsignde long long int> lmao;
| ^
parallelogramisation.cpp:10:30: error: template argument 2 is invalid
parallelogramisation.cpp:17:9: error: request for member ‘push_back’ in ‘lmao’, which is of non-class type ‘int’
17 | lmao.push_back(value);
| ^~~~~~~~~
parallelogramisation.cpp:20:9: error: request for member ‘pop_back’ in ‘lmao’, which is of non-class type ‘int’
20 | lmao.pop_back();
| ^~~~~~~~
parallelogramisation.cpp:23:25: error: request for member ‘front’ in ‘lmao’, which is of non-class type ‘int’
23 | store.