{"problem":{"name":"Count Down","description":{"content":"Print all non-negative integers less than or equal to $N$ in descending order.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc281_a"},"statements":[{"statement_type":"Markdown","content":"Print all non-negative integers less than or equal to $N$ in descending order.\n\n## Constraints\n\n*   $1 \\leq N \\leq 100$\n*   $N$ is an integer.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc281_a","tags":[],"sample_group":[["3","3\n2\n1\n0\n\nWe have four non-negative integers less than or equal to $3$, which are $0$, $1$, $2$, and $3$.  \nTo print them in descending order, print $3$ in the first line, $2$ in the second, $1$ in the third, and $0$ in the fourth."],["22","22\n21\n20\n19\n18\n17\n16\n15\n14\n13\n12\n11\n10\n9\n8\n7\n6\n5\n4\n3\n2\n1\n0"]],"created_at":"2026-03-03 11:01:14"}}