0_0_39174745_8286.cpp: In function 'int Main()':
0_0_39174745_8286.cpp:32:17: error: 'memset' was not declared in this scope
32 | memset(dp, 0, sizeof dp), dp[0][0] = 1;
| ^~~~~~
0_0_39174745_8286.cpp:6:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
5 | #include <cstdio>
+++ |+#include <cstring>
6 | #define debug(a) cerr<<"Line: "<<__LINE__<<" "#a<<endl
|