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