{"problem":{"name":"Strings with the Same Length","description":{"content":"Given are strings $s$ and $t$ of length $N$ each, both consisting of lowercase English letters. Let us form a new string by alternating the characters of $S$ and the characters of $T$, as follows: the","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc148_b"},"statements":[{"statement_type":"Markdown","content":"Given are strings $s$ and $t$ of length $N$ each, both consisting of lowercase English letters.\nLet us form a new string by alternating the characters of $S$ and the characters of $T$, as follows: the first character of $S$, the first character of $T$, the second character of $S$, the second character of $T$, $...$, the $N$\\-th character of $S$, the $N$\\-th character of $T$. Print this new string.\n\n## Constraints\n\n*   $1 \\leq N \\leq 100$\n*   $|S| = |T| = N$\n*   $S$ and $T$ are strings consisting of lowercase English letters.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n$S$ $T$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc148_b","tags":[],"sample_group":[["2\nip cc","icpc"],["8\nhmhmnknk uuuuuuuu","humuhumunukunuku"],["5\naaaaa aaaaa","aaaaaaaaaa"]],"created_at":"2026-03-03 11:01:14"}}