func main() var n: int :: cui@inputInt() var ans: bool :: n % 4 = 0 & n % 100 <> 0 | n % 400 = 0 do cui@print(ans ?("Yes\n", "No\n")) end func