{"raw_statement":[{"iden":"problem statement","content":"We have two integers: $A$ and $B$.\nPrint the largest number among $A + B$, $A - B$, and $A \\times B$."},{"iden":"constraints","content":"*   All values in input are integers.\n*   $-100 \\leq A,\\ B \\leq 100$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A$ $B$"},{"iden":"sample input 1","content":"\\-13 3"},{"iden":"sample output 1","content":"\\-10\n\nThe largest number among $A + B = -10$, $A - B = -16$, and $A \\times B = -39$ is $-10$."},{"iden":"sample input 2","content":"1 -33"},{"iden":"sample output 2","content":"34\n\nThe largest number among $A + B = -32$, $A - B = 34$, and $A \\times B = -33$ is $34$."},{"iden":"sample input 3","content":"13 3"},{"iden":"sample output 3","content":"39\n\nThe largest number among $A + B = 16$, $A - B = 10$, and $A \\times B = 39$ is $39$."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}