{"problem":{"name":"+-x","description":{"content":"We have two integers: $A$ and $B$. Print the largest number among $A + B$, $A - B$, and $A \\times B$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc137_a"},"statements":[{"statement_type":"Markdown","content":"We have two integers: $A$ and $B$.\nPrint the largest number among $A + B$, $A - B$, and $A \\times B$.\n\n## Constraints\n\n*   All values in input are integers.\n*   $-100 \\leq A,\\ B \\leq 100$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc137_a","tags":[],"sample_group":[["\\-13 3","\\-10\n\nThe largest number among $A + B = -10$, $A - B = -16$, and $A \\times B = -39$ is $-10$."],["1 -33","34\n\nThe largest number among $A + B = -32$, $A - B = 34$, and $A \\times B = -33$ is $34$."],["13 3","39\n\nThe largest number among $A + B = 16$, $A - B = 10$, and $A \\times B = 39$ is $39$."]],"created_at":"2026-03-03 11:01:13"}}