errmm....

it's:
Code:
cout << "Hello" << endl;
cin >> x;
You had the ">> and <<" round the wrong way. once you fix your semicolon error you will get those errors.