#include using namespace std; int main(){ cerr << getpid() << " : " << getpgid(0) << endl; }