/in/foo.cc: In function 'int main()':
/in/foo.cc:5:13: error: expected unqualified-id before ';' token
string s,a,;
^
/in/foo.cc:15:30: error: no match for 'operator*' (operand types are 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}' and 'int')
cout<<"快递费为:"<<a*5<<"元";
~^~
/in/foo.cc:18:33: error: no match for 'operator*' (operand types are 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}' and 'int')
cout<<"快递费为:"<<a*5<<"元";
~^~
/in/foo.cc:21:33: error: no match for 'operator*' (operand types are 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}' and 'int')
cout<<"快递费为:"<<a*5<<"元";
~^~