{"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 $n^2$: _n_ multiplied by itself.\n\n## Input\n\nThe only line of input contains a positive integer _n_.\n\n## Output\n\nPrint the number $n^2$: _n_ multiplied by itself.\n\n[samples]","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"}],"meta":{"iden":"CF10269001","tags":[],"sample_group":[],"created_at":"2026-03-03 11:00:39"}}