#include <iostream.h>
#include <stdio.h>
#include <conio.h>



main()
{
cout<<"Witaj w C++!";
getch();
}
