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