Problem beareatrabbit
User ATHY
Submission Time 2024-07-15 09:32:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

beareatrabbit.cpp: In function ‘int main()’:
beareatrabbit.cpp:24:26: error: expected ‘}’ at end of input
24 | cout << dp[n] << endl;
| ^
beareatrabbit.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^