You are viewing a single comment's thread. Return to all comments →
try this input 4 insert 2 3 insert 1 2 insert 0 5 print
correct output[5,2,3] you will get output [5,3,2]
Seems like cookies are disabled on this browser, please enable them to open this website
Equal
You are viewing a single comment's thread. Return to all comments →
try this input 4 insert 2 3 insert 1 2 insert 0 5 print
correct output[5,2,3] you will get output [5,3,2]