{"raw_statement":[{"iden":"problem statement","content":"AtCoDeer has three cards, one red, one green and one blue.  \nAn integer between $1$ and $9$ (inclusive) is written on each card: $r$ on the red card, $g$ on the green card and $b$ on the blue card.  \nWe will arrange the cards in the order red, green and blue from left to right, and read them as a three-digit integer.  \nIs this integer a multiple of $4$?"},{"iden":"constraints","content":"*   $1 ≤ r, g, b ≤ 9$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$r$ $g$ $b$"},{"iden":"sample input 1","content":"4 3 2"},{"iden":"sample output 1","content":"YES\n\n$432$ is a multiple of $4$, and thus `YES` should be printed."},{"iden":"sample input 2","content":"2 3 4"},{"iden":"sample output 2","content":"NO\n\n$234$ is not a multiple of $4$, and thus `NO` should be printed."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}