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