{"problem":{"name":"ROT N","description":{"content":"We have a string $S$ consisting of uppercase English letters. Additionally, an integer $N$ will be given. Shift each character of $S$ by $N$ in alphabetical order (see below), and print the resulting ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc146_b"},"statements":[{"statement_type":"Markdown","content":"We have a string $S$ consisting of uppercase English letters. Additionally, an integer $N$ will be given.\nShift each character of $S$ by $N$ in alphabetical order (see below), and print the resulting string.\nWe assume that `A` follows `Z`. For example, shifting `A` by $2$ results in `C` (`A` $\\to$ `B` $\\to$ `C`), and shifting `Y` by $3$ results in `B` (`Y` $\\to$ `Z` $\\to$ `A` $\\to$ `B`).\n\n## Constraints\n\n*   $0 \\leq N \\leq 26$\n*   $1 \\leq |S| \\leq 10^4$\n*   $S$ consists of uppercase English letters.\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":"abc146_b","tags":[],"sample_group":[["2\nABCXYZ","CDEZAB\n\nNote that `A` follows `Z`."],["0\nABCXYZ","ABCXYZ"],["13\nABCDEFGHIJKLMNOPQRSTUVWXYZ","NOPQRSTUVWXYZABCDEFGHIJKLM"]],"created_at":"2026-03-03 11:01:14"}}