{"raw_statement":[{"iden":"problem statement","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."},{"iden":"constraints","content":"*   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."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$S$ $T$"},{"iden":"sample input 1","content":"Takahashi Chokudai"},{"iden":"sample output 1","content":"Takahashi san\n\nPrint the concatenation of the surname (`Takahashi`), a space ( ), and the honorific (`san`) in this order."},{"iden":"sample input 2","content":"K Eyence"},{"iden":"sample output 2","content":"K san"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}