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