Problem feelgood
User PlayVoltz
Submission Time 2024-01-18 20:43:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feelgood.cpp: In function ‘long long int solve(long long int, long long int, long long int)’:
feelgood.cpp:37:2: error: ‘memset’ was not declared in this scope
37 | memset(dp, -1, sizeof(dp));
| ^~~~~~
feelgood.cpp:17:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
16 | #include <iomanip>
+++ |+#include <cstring>
17 | using namespace std;