Function f(x,y) = 1, if x>y
                         0, if x<=y
input : x0y , output : 1 or 0

이런 조건에서

이 function에 대한 state diagram을 그리면 어떻게 되나요?