{"problem":{"name":"Round Up the Mean","description":{"content":"You are given two positive integers $a$ and $b$. Let $x$ be the average of $a$ and $b$. Print $x$ rounded up to the nearest integer.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc082_a"},"statements":[{"statement_type":"Markdown","content":"You are given two positive integers $a$ and $b$. Let $x$ be the average of $a$ and $b$. Print $x$ rounded up to the nearest integer.\n\n## Constraints\n\n*   $a$ and $b$ are integers.\n*   $1 \\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":"abc082_a","tags":[],"sample_group":[["1 3","2\n\nThe average of $1$ and $3$ is $2.0$, and it will be rounded up to the nearest integer, $2$."],["7 4","6\n\nThe average of $7$ and $4$ is $5.5$, and it will be rounded up to the nearest integer, $6$."],["5 5","5"]],"created_at":"2026-03-03 11:01:14"}}