Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

rmdir: failed to remove 'vp141'$'\r': No such file or directory
rm: cannot remove 'emacs'$'\r': No such file or directory
ex1.sh: line 6: $'ls\r': command not found
ex1.sh: line 7: cd: $'..\r': No such file or directory
ex1.sh: line 8: $'ls\r': command not found
ex1.sh: line 9: $'\r': command not found

Hints

Your answer may be identical to the JOJ answer in the first several lines.

However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.

Please double check your code to solve this problem and try again.

Your Answer


        

JOJ Answer

Task 1: Pass
Task 2: Pass
Task 3: Pass
Task 4: Pass
Task 5: Pass