{"raw_statement":[{"iden":"problem statement","content":"Given a string $S$ of length $N$ consisting of lowercase English alphabets, print the last character of $S$."},{"iden":"constraints","content":"*   $N$ is an integer.\n*   $1 ≤ N ≤ 1000$\n*   $S$ is a string of length $N$ consisting of lowercase English alphabets."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$\n$S$"},{"iden":"sample input 1","content":"5\nabcde"},{"iden":"sample output 1","content":"e\n\nThe last character of $S = {}$`abcde` is `e`, so `e` should be printed."},{"iden":"sample input 2","content":"1\na"},{"iden":"sample output 2","content":"a"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}