{"problem":{"name":"Add Sub Mul","description":{"content":"You are given two integers $A$ and $B$. Find the largest value 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":"abc098_a"},"statements":[{"statement_type":"Markdown","content":"You are given two integers $A$ and $B$. Find the largest value among $A+B$, $A-B$ and $A \\times B$.\n\n## Constraints\n\n*   $-1000 \\leq A,B \\leq 1000$\n*   All values in input are integers.\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":"abc098_a","tags":[],"sample_group":[["3 1","4\n\n$3+1=4$, $3-1=2$ and $3 \\times 1=3$. The largest among them is $4$."],["4 -2","6\n\nThe largest is $4 - (-2) = 6$."],["0 0","0"]],"created_at":"2026-03-03 11:01:14"}}