biscuits.cpp: In function 'long long int count_tastiness(long long int, std::vector<long long int>)':
biscuits.cpp:9:3: error: 'vector' was not declared in this scope
9 | vector<ll>dp(60, 0);
| ^~~~~~
biscuits.cpp:9:3: note: suggested alternatives:
In file included from /usr/include/c++/13/vector:66,
from biscuits.h:1,
from biscuits.cpp:1:
/usr/include/c++/13/bits/stl_vector.h:428:11: note: 'std::vector'
428 | class vector : protected _Vector_base<_Tp, _Alloc>
| ^~~~~~
/usr/include/c++/13/vector:86:13: note: 'std::pmr::vector'
86 | using vector = std::vector<_Tp, polymorphic_allocator<_Tp>>;
| ^~~~~~
biscuits.cpp:9:12: error: expected primary-expression before '>' token
9 | vector<ll>dp(60, 0);
| ^
biscuits.cpp:9:13: error: 'dp' was not declared in this scope; did you mean 'dup'?
9 | vector<ll>dp(60, 0);
| ^~
| dup