{"problem":{"name":"Papers, Please","description":{"content":"You are an immigration officer in the Kingdom of AtCoder. The document carried by an immigrant has some number of integers written on it, and you need to check whether they meet certain criteria. Acco","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc155_b"},"statements":[{"statement_type":"Markdown","content":"You are an immigration officer in the Kingdom of AtCoder. The document carried by an immigrant has some number of integers written on it, and you need to check whether they meet certain criteria.\nAccording to the regulation, the immigrant should be allowed entry to the kingdom if and only if the following condition is satisfied:\n\n*   All even numbers written on the document are divisible by $3$ or $5$.\n\nIf the immigrant should be allowed entry according to the regulation, output `APPROVED`; otherwise, print `DENIED`.\n\n## Constraints\n\n*   All values in input are integers.\n*   $1 \\leq N \\leq 100$\n*   $1 \\leq A_i \\leq 1000$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n$A_1$ $A_2$ $\\dots$ $A_N$\n\n[samples]\n\n## Notes\n\n*   The condition in the statement can be rephrased as \"If $x$ is an even number written on the document, $x$ is divisible by $3$ or $5$\". Here \"[if](https://en.wikipedia.org/wiki/Material_conditional)\" and \"[or](https://en.wikipedia.org/wiki/Logical_disjunction)\" are logical terms.","is_translate":false,"language":"English"}],"meta":{"iden":"abc155_b","tags":[],"sample_group":[["5\n6 7 9 10 31","APPROVED\n\nThe even numbers written on the document are $6$ and $10$.\nAll of them are divisible by $3$ or $5$, so the immigrant should be allowed entry."],["3\n28 27 24","DENIED\n\n$28$ violates the condition, so the immigrant should not be allowed entry."]],"created_at":"2026-03-03 11:01:13"}}