0_0_39808004_23197.cpp: In function 'int main()':
0_0_39808004_23197.cpp:60:17: error: 'memset' was not declared in this scope
60 | memset(ins,0,sizeof ins);
| ^~~~~~
0_0_39808004_23197.cpp:5:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
4 | #include <stack>
+++ |+#include <cstring>
5 | using namespace std;
|