#include <iostream>
#include<stdlib.h>
using namespace std;
int main()
{
string a = "https://", b = "&from=en&to=zh-Hans", c, d = "translator/?ref=TThis&text=", e = "cn.bing.com/", f, g = "start ",h;
cout<<"英语单词查询辅助工具version1.14by.xushumo"<<endl;
cin>>c;
f = g+a + e + d + c + b;
cout << a <<e<< d <<c<< b<<endl;
system("PAUSE");
}