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