{"raw_statement":[{"iden":"problem statement","content":"The magnitude of an earthquake is a logarithmic scale of the energy released by the earthquake. It is known that each time the magnitude increases by $1$, the amount of energy gets multiplied by approximately $32$.  \nHere, we assume that the amount of energy gets multiplied by exactly $32$ each time the magnitude increases by $1$. In this case, how many times is the amount of energy of a magnitude $A$ earthquake as much as that of a magnitude $B$ earthquake?"},{"iden":"constraints","content":"*   $3\\leq B\\leq A\\leq 9$\n*   $A$ and $B$ are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A$ $B$"},{"iden":"sample input 1","content":"6 4"},{"iden":"sample output 1","content":"1024\n\n$6$ is $2$ greater than $4$, so a magnitude $6$ earthquake has $32\\times 32=1024$ times as much energy as a magnitude $4$ earthquake has."},{"iden":"sample input 2","content":"5 5"},{"iden":"sample output 2","content":"1\n\nEarthquakes with the same magnitude have the same amount of energy."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}