测试用例
4
xxx=lyf/${ttt}/test
ttt=www
yyy=seeyou
aa=/aaa/ x x x / b b b / {xxx}/bbb/ xxx/bbb/{yyy}/ccc
#include<iostream>
#include<string>
#include<vector>
using namespace std;
string fun(string s1,vector<string> v1){
string res="";
int ls=s1.size();<