string a; cin>>n>>a; int l=strlen(a)l; //[Error] cannot convert 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'const char*'
这哪错了