073. It's A Me!...

Codeforces
IDCF10269073
Time1000ms
Memory256MB
Difficulty
English · Original
Formal · Original
For the first problem, we'll keep it simple to make sure you understand how this format works. Finish the given sentence by adding the string _Mario!_ to the end of the statement. Return the completed sentence. ## Input Finish the given sentence by adding the string _Mario!_ to the end of the statement. ## Output Return the completed sentence. [samples]
**Objective** Given a string $ S $, output $ S + \texttt{"Mario!"} $.
API Response (JSON)
{
  "problem": {
    "name": "073. It's A Me!...",
    "description": {
      "content": "For the first problem, we'll keep it simple to make sure you understand how this format works. Finish the given sentence by adding the string _Mario!_ to the end of the statement. Return the complet",
      "description_type": "Markdown"
    },
    "platform": "Codeforces",
    "limit": {
      "time_limit": 1000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "CF10269073"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "For the first problem, we'll keep it simple to make sure you understand how this format works.\n\nFinish the given sentence by adding the string _Mario!_ to the end of the statement.\n\nReturn the complet...",
      "is_translate": false,
      "language": "English"
    },
    {
      "statement_type": "Markdown",
      "content": "**Objective**  \nGiven a string $ S $, output $ S + \\texttt{\"Mario!\"} $....",
      "is_translate": false,
      "language": "Formal"
    }
  ]
}
Full JSON Raw Segments