Problem | nemo |
---|---|
User | haydendoo |
Submission Time | 2023-03-18 11:52:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nemo.cpp:19:27: error: wrong number of template arguments (1, should be 2)
19 | bool karen(const array<int> &a, const array<int> &b){
| ^
In file included from /usr/include/c++/9/tuple:39,
from /usr/include/c++/9/functional:54,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from nemo.cpp:4:
/usr/include/c++/9/array:94:12: note: provided for ‘template<class _Tp, long unsigned int _Nm> struct std::array’
94 | struct array
| ^~~~~
nemo.cpp:19:48: error: wrong number of template arguments (1, should be 2)
19 | bool karen(const array<int> &a, const array<int> &b){
| ^
In file included from /usr/include/c++/9/tuple:39,