{"raw_statement":[{"iden":"problem statement","content":"Give a pair of integers $(A, B)$ such that $A^5-B^5 = X$. It is guaranteed that there exists such a pair for the given integer $X$."},{"iden":"constraints","content":"*   $1 \\leq X \\leq 10^9$\n*   $X$ is an integer.\n*   There exists a pair of integers $(A, B)$ satisfying the condition in Problem Statement."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$X$"},{"iden":"sample input 1","content":"33"},{"iden":"sample output 1","content":"2 -1\n\nFor $A=2$ and $B=-1$, $A^5-B^5 = 33$."},{"iden":"sample input 2","content":"1"},{"iden":"sample output 2","content":"0 -1"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}