锘??xml version="1.0" encoding="utf-8" standalone="yes"?>
// ----------------- C++ Code ----------------------------------
#include <iostream>
using namespace std ;
#define SUCCESS 1
int main()
{
cout << " Hello ,world ! \n"
<< " Thank you ! \n"
<< " --- only.hjky@yahoo.com.cn " << endl ;
cin.get() ;
return SUCCESS ;
}