#include using namespace std; int main(){ cerr << "++++ hi-test pid: " << getpid() << " group: " << getpgid(0) << endl; }