Notes
This function is in beta test. Please help improve it in the issues
here.
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, you will still get Wrong Answer because the complete output may be longer and there might be errors in the future lines.
Please double check your code to solve this problem and try again.
Your Answer
nfind 655at0 1 655 not found. nfind 187at2 2 187 is not present. insert 655(0) nfind 655at0 inserted at0 3 Inserted (655, 540). insert 187(2) nfind 187at2 inserted at2 4 Inserted (187, 649).
JOJ Answer
1 655 not found. 2 187 is not present. 3 Inserted (655, 540). 4 Inserted (187, 649).