Tower of Hanoi: testcase not right

https://ide.codingblocks.com/s/138674 it’s working fine on other IDE’s, but testcase not getting right!

cout<<“Moving”<<" “<<“ring”<<” “<<N<<” “<<“from”<<” “<<src<<” “<<“to”<<” "<<dest;
Your cout statement is wrong, change it and then try to submit

1 Like