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