char*s="b"; string g="b"; int len=strlen(s); cout<<len<<endl; cout<<g.size()<<endl; cout<<"finish"<<endl;