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