0_0_39798949_2842.cpp: In function 'int main()':
0_0_39798949_2842.cpp:9:9: error: 'memset' was not declared in this scope
9 | memset(m,0,sizeof(m));
| ^~~~~~
0_0_39798949_2842.cpp:5:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
4 | #include<map>
+++ |+#include <cstring>
5 | using namespace std;
0_0_39798949_2842.cpp:15:26: error: expected ';' before '}' token
15 | cin>>m[i]
| ^
| ;
16 | }
| ~
|