Getting 2 test case wrong

code ide : https://ide.codingblocks.com/s/269935

@manuu_98
When node doesn’t exist you have to print “null” is that case. So Simply write else cout<<“null”<<endl; after line 83.
Here is the updated code https://ide.codingblocks.com/s/270006