{"problem":{"name":"Last Letter","description":{"content":"Given a string $S$ of length $N$ consisting of lowercase English alphabets, print the last character of $S$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc244_a"},"statements":[{"statement_type":"Markdown","content":"Given a string $S$ of length $N$ consisting of lowercase English alphabets, print the last character of $S$.\n\n## Constraints\n\n*   $N$ is an integer.\n*   $1 ≤ N ≤ 1000$\n*   $S$ is a string of length $N$ consisting of lowercase English alphabets.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc244_a","tags":[],"sample_group":[["5\nabcde","e\n\nThe last character of $S = {}$`abcde` is `e`, so `e` should be printed."],["1\na","a"]],"created_at":"2026-03-03 11:01:14"}}