open System [] let main argv = Console.ReadLine() |> int |> (fun x -> if x % 180 = 90 then "Yes" else "No") |> printfn "%s" 0