{"problem":{"name":"Calc","description":{"content":"Given an integer $a$ as input, print the value $a + a^2 + a^3$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc172_a"},"statements":[{"statement_type":"Markdown","content":"Given an integer $a$ as input, print the value $a + a^2 + a^3$.\n\n## Constraints\n\n*   $1 \\leq a \\leq 10$\n*   $a$ is an integer.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$a$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc172_a","tags":[],"sample_group":[["2","14\n\nWhen $a = 2$, we have $a + a^2 + a^3 = 2 + 2^2 + 2^3 = 2 + 4 + 8 = 14$.\nPrint the answer as an input. Outputs such as `14.0` will be judged as incorrect."],["10","1110"]],"created_at":"2026-03-03 11:01:14"}}