Problem figurines
User itsLQ
Submission Time 2023-12-27 09:56:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

figurines.cpp: In function ‘int main()’:
figurines.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> N >> M;
| ^~~
figurines.cpp:5:5: error: ‘fill’ was not declared in this scope
5 | fill(dp, dp + M + 1, 0);
| ^~~~
figurines.cpp:15:5: error: ‘cout’ was not declared in this scope
15 | cout << dp[M];
| ^~~~