Main.cc:1:2: error: invalid preprocessing directive #includem; did you mean #include? #includem ^~~~~~~~ include Main.cc:2:1: error: ‘usingnamespace’ does not name a type usingnamespace std; ^~~~~~~~~~~~~~ Main.cc: In function ‘int main()’: Main.cc:6:5: error: ‘cin’ was not declared in this scope cin>>n>>s>>a; ^~~ Main.cc:6:5: note: suggested alternative: ‘main’ cin>>n>>s>>a; ^~~ main Main.cc:7:19: error: ‘strlen’ was not declared in this scope for(int i=0;i