Notes
This function is in beta test. Please help improve it in the issues
here.
pwd: /out/package ppid: 9960 1: WRITELN sleep 10 2: CTRL+C Scan child pids of ppid: 9960 SIGINT Send signal 2 to pid: 9960 Scan child pids of ppid: 9961 Send signal 2 to pid: 9961 Scan child pids of ppid: 9962 Send signal 2 to pid: 9962 Scan child pids of ppid: 9964 Send signal 2 to pid: 9964 3: WRITELN echo success 4: CTRL+C Scan child pids of ppid: 9960 SIGINT Send signal 2 to pid: 9960 Scan child pids of ppid: 9961 Send signal 2 to pid: 9961 Scan child pids of ppid: 9970 Send signal 2 to pid: 9970 Scan child pids of ppid: 9964 Send signal 2 to pid: 9964 Scan child pids of ppid: 9965 Send signal 2 to pid: 9965 Scan child pids of ppid: 9966 Send signal 2 to pid: 9966 Scan child pids of ppid: 9968 Send signal 2 to pid: 9968 Scan child pids of ppid: 9971 Send signal 2 to pid: 9971 5: WRITELN exit
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, the main problem you meet now is Time Exceeded.
Please double check your code to solve this problem and try again.
Your Answer
mumsh $ mumsh $ success mumsh $ mumsh $ exit
JOJ Answer
mumsh $ mumsh $ success mumsh $ mumsh $ exit