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