Main.cc: In function 'int main()':
Main.cc:11:27: error: 'srtlen' was not declared in this scope
for(int i=0;i=srtlen(a)-2;i++){
^
Main.cc: At global scope:
Main.cc:21:5: error: 'cout' does not name a type
cout<<"No";
^
Main.cc:22:5: error: expected unqualified-id before 'return'
return 0;
^
Main.cc:23:1: error: expected declaration before '}' token
}
^