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