int main (){char site[6] = {'H', 'E', 'L', 'L', 'O', '\0'};
cout << "亲爱的: ";cout << site << endl;
return 0;}