{"problem":{"name":"Sharing Cookies","description":{"content":"Snuke is giving cookies to his three goats. He has two cookie tins. One contains $A$ cookies, and the other contains $B$ cookies. He can thus give $A$ cookies, $B$ cookies or $A+B$ cookies to his goat","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc067_a"},"statements":[{"statement_type":"Markdown","content":"Snuke is giving cookies to his three goats.\nHe has two cookie tins. One contains $A$ cookies, and the other contains $B$ cookies. He can thus give $A$ cookies, $B$ cookies or $A+B$ cookies to his goats (he cannot open the tins).\nYour task is to determine whether Snuke can give cookies to his three goats so that each of them can have the same number of cookies.\n\n## Constraints\n\n*   $1 \\leq A,B \\leq 100$\n*   Both $A$ and $B$ are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc067_a","tags":[],"sample_group":[["4 5","Possible\n\nIf Snuke gives nine cookies, each of the three goats can have three cookies."],["1 1","Impossible\n\nSince there are only two cookies, the three goats cannot have the same number of cookies no matter what Snuke gives to them."]],"created_at":"2026-03-03 11:01:14"}}