func main() var b: int :: cui@inputInt() var c: int :: cui@inputInt() if (b=c) do cui@print("Yes") else do cui@print("No") end if end func