#include int main(void) { fork(); fork(); fork(); fork(); return 0; }