{"raw_statement":[{"iden":"statement","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"},{"iden":"input","content":"The only line of input contains a positive integer _n_."},{"iden":"output","content":"Print the number $n^2$: _n_ multiplied by itself."}],"translated_statement":null,"sample_group":[],"show_order":[],"formal_statement":"**Definitions**  \nLet $ n \\in \\mathbb{Z}^+ $ be the input integer.\n\n**Objective**  \nCompute and output $ n^2 $.","simple_statement":"Given a positive integer n, print n squared.","has_page_source":false}