Problem hdb
User PoTheSloth
Submission Time 2023-11-30 14:33:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hdb.cpp: In function ‘int32_t main()’:
hdb.cpp:28:11: error: ‘n’ was not declared in this scope
28 | cout<<dp(n, l);
| ^
hdb.cpp:28:14: error: ‘l’ was not declared in this scope
28 | cout<<dp(n, l);
| ^