{"problem":{"name":"Takahashi san","description":{"content":"> Keyence has a culture of addressing everyone with the honorific \"san,\" regardless of their role, age, or position. Even a new employee would call the president \"Nakata-san.\" \\[Translator's note: thi","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc325_a"},"statements":[{"statement_type":"Markdown","content":"> Keyence has a culture of addressing everyone with the honorific \"san,\" regardless of their role, age, or position. Even a new employee would call the president \"Nakata-san.\" \\[Translator's note: this is a bit unusual in Japan.\\]\n\nYou are given a person's surname and first name as strings $S$ and $T$, respectively.\nPrint the concatenation of the surname, a space ( ), and the honorific (`san`) in this order.\n\n## Constraints\n\n*   Each of $S$ and $T$ is a string that satisfies the following conditions.\n    *   The length is between $1$ and $10$, inclusive.\n    *   The first character is an uppercase English letter.\n    *   All characters except the first one are lowercase English letters.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$S$ $T$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc325_a","tags":[],"sample_group":[["Takahashi Chokudai","Takahashi san\n\nPrint the concatenation of the surname (`Takahashi`), a space ( ), and the honorific (`san`) in this order."],["K Eyence","K san"]],"created_at":"2026-03-03 11:01:14"}}