#include <iostream> #include <unistd.h> using namespace std; int main() { cout << getpid() << endl; while(1){ } }