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