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