#include <iostream>
using namespace std;

int main() {
	cout <<"Witaj Paweł!" << endl;
	return 0;
}