#include <iostream.h>
int main()
    {
    cout << "Witaj, wiecie!\n";
    }

