Main.cc: In function 'int main()':
Main.cc:10:5: error: expected initializer before 'cin'
cin>>a;
^
Main.cc:11:18: error: 'a' was not declared in this scope
int l=strcpy(a)
^
Main.cc:16:5: error: expected ',' or ';' before 'cout'
cout<