koala.cpp: In function 'long long int minValue(long long int, long long int)':
koala.cpp:4:5: error: 'vector' was not declared in this scope
4 | vector<ll>c(n,0),r;
| ^~~~~~
koala.cpp:1:12: error: expected primary-expression before 'long'
1 | #define ll long long
| ^~~~
koala.cpp:4:12: note: in expansion of macro 'll'
4 | vector<ll>c(n,0),r;
| ^~
koala.cpp:5:5: error: 'c' was not declared in this scope
5 | c[0]=1;
| ^
koala.cpp:6:17: error: 'r' was not declared in this scope
6 | playRound(c,r);
| ^
koala.cpp:6:5: error: 'playRound' was not declared in this scope
6 | playRound(c,r);
| ^~~~~~~~~
koala.cpp: At global scope:
koala.cpp:26:26: error: 'vector' has not been declared
26 | void allValues(ll n,ll w,vector<ll>& p){
| ^~~~~~
koala.cpp:26:32: error: expected ',' or '...' before '<' token
26 | void allValues(ll n,ll w,vector<ll>& p){
| ^