Well I don't usually appreciate doing an entire program for someone, but you asked with such a kind voice I couldn't resist. Here you go, bud:
Code:
int main() {
  cout << "Uh, oh. Your operating system has been deleted." << endl;
  return 0;
}