{"problem":{"name":"Sequence of Strings","description":{"content":"You are given $N$ strings $S_1,S_2,\\ldots,S_N$ in this order. Print $S_N,S_{N-1},\\ldots,S_1$ in this 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":"abc284_a"},"statements":[{"statement_type":"Markdown","content":"You are given $N$ strings $S_1,S_2,\\ldots,S_N$ in this order.\nPrint $S_N,S_{N-1},\\ldots,S_1$ in this order.\n\n## Constraints\n\n*   $1\\leq N \\leq 10$\n*   $N$ is an integer.\n*   $S_i$ is a string of length between $1$ and $10$, inclusive, consisting of lowercase English letters, uppercase English letters, and digits.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n$S_1$\n$S_2$\n$\\vdots$\n$S_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc284_a","tags":[],"sample_group":[["3\nTakahashi\nAoki\nSnuke","Snuke\nAoki\nTakahashi\n\nWe have $N=3$, $S_1=$ `Takahashi`, $S_2=$ `Aoki`, and $S_3=$ `Snuke`.\nThus, you should print `Snuke`, `Aoki`, and `Takahashi` in this order."],["4\n2023\nYear\nNew\nHappy","Happy\nNew\nYear\n2023\n\nThe given strings may contain digits."]],"created_at":"2026-03-03 11:01:13"}}