{"problem":{"name":"Anyway Takahashi","description":{"content":"You are given integers $a$, $b$, $c$, and $d$. Print two lines as follows. The first line should contain the result of calculating $(a + b) \\times (c - d)$ as an integer.   The second line should cont","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc269_a"},"statements":[{"statement_type":"Markdown","content":"You are given integers $a$, $b$, $c$, and $d$. Print two lines as follows.\nThe first line should contain the result of calculating $(a + b) \\times (c - d)$ as an integer.  \nThe second line should contain `Takahashi`, regardless of the input.\n\n## Constraints\n\n*   $-100 \\leq a, b, c, d \\leq 100$\n*   $a$, $b$, $c$, and $d$ are integers.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$a$ $b$ $c$ $d$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc269_a","tags":[],"sample_group":[["1 2 5 3","6\nTakahashi\n\nWe have $(1 + 2) \\times(5 - 3) = 3 \\times 2 = 6$, so the first line should contain $6$.  \nThe second line should contain `Takahashi`. Lowercasing the first character or incorrect spelling will not be accepted, so be careful."],["10 -20 30 -40","\\-700\nTakahashi\n\nThe input or output may contain negative numbers."],["100 100 100 -100","40000\nTakahashi"]],"created_at":"2026-03-03 11:01:14"}}