Problem | burgers |
---|---|
User | Ctjh |
Submission Time | 2024-02-07 15:43:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
burgers.cpp: In function ‘int main()’:
burgers.cpp:15:14: error: wrong number of template arguments (1, should be 2)
15 | array<int> recipe_a, recipe_b, ingredients, var;
| ^
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 burgers.cpp:10:
/usr/include/c++/9/array:94:12: note: provided for ‘template<class _Tp, long unsigned int _Nm> struct std::array’
94 | struct array
| ^~~~~
burgers.cpp:19:16: error: ‘temp’ was not declared in this scope; did you mean ‘mktemp’?
19 | cin >> temp;
| ^~~~
| mktemp
burgers.cpp:20:21: error: request for membe