001. Square The Number

Codeforces
IDCF10269001
Time1000ms
Memory256MB
Difficulty
English · Original
Formal · Original
A number squared is defined as the number multiplied by itself. In this problem, given a number _n_, print the number $n^2$. The only line of input contains a positive integer _n_. Print the number $n^2$: _n_ multiplied by itself. ## Input The only line of input contains a positive integer _n_. ## Output Print the number $n^2$: _n_ multiplied by itself. [samples]
**Definitions** Let $ n \in \mathbb{Z}^+ $ be the input integer. **Objective** Compute and output $ n^2 $.
API Response (JSON)
{
  "problem": {
    "name": "001. Square The Number",
    "description": {
      "content": "A number squared is defined as the number multiplied by itself. In this problem, given a number _n_, print the number $n^2$. The only line of input contains a positive integer _n_. Print the number ",
      "description_type": "Markdown"
    },
    "platform": "Codeforces",
    "limit": {
      "time_limit": 1000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "CF10269001"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "A number squared is defined as the number multiplied by itself. In this problem, given a number _n_, print the number $n^2$.\n\nThe only line of input contains a positive integer _n_.\n\nPrint the number ...",
      "is_translate": false,
      "language": "English"
    },
    {
      "statement_type": "Markdown",
      "content": "**Definitions**  \nLet $ n \\in \\mathbb{Z}^+ $ be the input integer.\n\n**Objective**  \nCompute and output $ n^2 $....",
      "is_translate": false,
      "language": "Formal"
    }
  ]
}
Full JSON Raw Segments