Problem zanespresents
User popperoni
Submission Time 2024-12-28 10:54:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

zanespresents.cpp:4:12: error: expected initializer before ‘long’
4 | #define ll long long
| ^~~~
zanespresents.cpp:82:1: note: in expansion of macro ‘ll’
82 | ll dp(ll i){
| ^~
zanespresents.cpp: In function ‘int main()’:
zanespresents.cpp:97:33: error: ‘mem’ was not declared in this scope
97 | root=new node(-1,1e6+2);memset(mem,-1,sizeof(mem))
| ^~~
zanespresents.cpp:98:13: error: ‘i’ was not declared in this scope
98 | for(ll i=1;i<=n;i++){
| ^
zanespresents.cpp:101:8: error: ‘dp’ was not declared in this scope
101 | cout<<dp(1);
| ^~