#include #include #include int main() { printf("%d\n", getppid()); return 0; }