void get(sting a,string b)
{
    string c= a + b;
    string d= a+b+c;
}
请问这个函数怎样修改,或者怎样调用能够返回c和d呢?