#include #include using namespace std; int main() { cout << getpid() << endl; while(1){ } }