#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
    cout<<"Zdravo"<<endl;
    system("PAUSE");
    return 0;
}