Then the solution should be this:
init 0,1;
transitions (0,{},{},0);(0,{},{},4);(0,{},{},1);(1,{},{o},0);(0,{},{},5);(1,{},{o},1);(1,{},{o},4);(1,{},{o},5);(4,{},{},4);(4,{},{},0);(4,{},{},1);(4,{},{},5);(5,{},{o},5);(5,{},{o},4);
However this is not correct. What is the mistake here?