Problem typicalstairs
User Hhw48
Submission Time 2023-01-16 17:08:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typicalstairs.cpp: In function ‘int32_t main()’:
typicalstairs.cpp:36:22: error: expected ‘;’ before ‘f’
36 | cout<<(dp[n]+mod)f%mod;
| ^
| ;