#include <iostream.h>

int main(void)
{
  cout << "This is a C++ application" << endl;
  return 0;
}
