#include <unistd.h>
#include <iostream>
using namespace std;

int main()
{
	cout << "0. I am process " << getpid() << endl;
}

