#include #include int main() { pid_t p = getpid(); /* int p = 3; */ printf("%d\n", p); }