{"problem":{"name":"RGB Cards","description":{"content":"AtCoDeer has three cards, one red, one green and one blue.   An 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.   ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc064_a"},"statements":[{"statement_type":"Markdown","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$?\n\n## Constraints\n\n*   $1 ≤ r, g, b ≤ 9$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$r$ $g$ $b$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc064_a","tags":[],"sample_group":[["4 3 2","YES\n\n$432$ is a multiple of $4$, and thus `YES` should be printed."],["2 3 4","NO\n\n$234$ is not a multiple of $4$, and thus `NO` should be printed."]],"created_at":"2026-03-03 11:01:14"}}