{"raw_statement":[{"iden":"problem statement","content":"We have an $N \\times N$ square grid.\nWe will paint each square in the grid either black or white.\nIf we paint exactly $A$ squares white, how many squares will be painted black?"},{"iden":"constraints","content":"*   $1 \\leq N \\leq 100$\n*   $0 \\leq A \\leq N^2$"},{"iden":"inputs","content":"Input is given from Standard Input in the following format:\n\n$N$\n$A$"},{"iden":"sample input 1","content":"3\n4"},{"iden":"sample output 1","content":"5\n\nThere are nine squares in a $3 \\times 3$ square grid. Four of them will be painted white, so the remaining five squares will be painted black."},{"iden":"sample input 2","content":"19\n100"},{"iden":"sample output 2","content":"261"},{"iden":"sample input 3","content":"10\n0"},{"iden":"sample output 3","content":"100\n\nAs zero squares will be painted white, all the squares will be painted black."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}