#include <stdio.h>
int main ()
{
int i;
for (i = 0; i < 2; i ++) {
int pd= fork();
if (pd) wait (0);
}
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CiAKaW50IG1haW4gKCkKewogIGludCBpOwogCiAgZm9yIChpID0gMDsgaSA8IDI7IGkgKyspIHsKICAgIGludCBwZD0gZm9yaygpOwogICAgcHJpbnRmICgiLlxuIik7CiAgICBpZiAocGQpIHdhaXQgKDApOwogIH0KICByZXR1cm4gMDsKfQ==