#include <iostream>
#include <conio.h>

using namespace std;

int main() {    		
	cout<<"Witaj\n";	
  	getch();			
	return 0;
}

