Takahashi san

AtCoder
IDabc325_a
Time2000ms
Memory256MB
Difficulty
> 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.\] You are given a person's surname and first name as strings $S$ and $T$, respectively. Print the concatenation of the surname, a space ( ), and the honorific (`san`) in this order. ## Constraints * Each of $S$ and $T$ is a string that satisfies the following conditions. * The length is between $1$ and $10$, inclusive. * The first character is an uppercase English letter. * All characters except the first one are lowercase English letters. ## Input The input is given from Standard Input in the following format: $S$ $T$ [samples]
Samples
Input #1
Takahashi Chokudai
Output #1
Takahashi san

Print the concatenation of the surname (`Takahashi`), a space ( ), and the honorific (`san`) in this order.
Input #2
K Eyence
Output #2
K san
API Response (JSON)
{
  "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: thi...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments