{"problem":{"name":"A. Adding Two Integers","description":{"content":"Given two integers (a and b), get their sum: There will be one line with two integers given, a and b, separated by spaces. You should return the integer sum of a and b, sum.  #cf_span(class=[tex-fo","description_type":"Markdown"},"platform":"Codeforces","limit":{"time_limit":1000,"memory_limit":65536},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"CF10206A"},"statements":[{"statement_type":"Markdown","content":"Given two integers (a and b), get their sum:\n\nThere will be one line with two integers given, a and b, separated by spaces.\n\nYou should return the integer sum of a and b, sum. \n\n#cf_span(class=[tex-font-style-underline], body=[Constraints]):\n\n - 1, 000, 000, 000 ≤ a ≤ 1, 000, 000, 000\n\n - 1, 000, 000, 000 ≤ b ≤ 1, 000, 000, 000\n\n - 2, 000, 000, 000 ≤ sum ≤ 2, 000, 000, 000\n\n## Input\n\nThere will be one line with two integers given, a and b, separated by spaces.\n\n## Output\n\nYou should return the integer sum of a and b, sum. \n\n[samples]\n\n## Note\n\n#cf_span(class=[tex-font-style-underline], body=[Constraints]): - 1, 000, 000, 000 ≤ a ≤ 1, 000, 000, 000 - 1, 000, 000, 000 ≤ b ≤ 1, 000, 000, 000 - 2, 000, 000, 000 ≤ sum ≤ 2, 000, 000, 000","is_translate":false,"language":"English"},{"statement_type":"Markdown","content":"**Definitions**  \nLet $ a, b \\in \\mathbb{Z} $ be two integers.\n\n**Constraints**  \n1. $ -1{,}000{,}000{,}000 \\leq a \\leq 1{,}000{,}000{,}000 $  \n2. $ -1{,}000{,}000{,}000 \\leq b \\leq 1{,}000{,}000{,}000 $  \n3. $ -2{,}000{,}000{,}000 \\leq a + b \\leq 2{,}000{,}000{,}000 $\n\n**Objective**  \nCompute $ s = a + b $.","is_translate":false,"language":"Formal"}],"meta":{"iden":"CF10206A","tags":[],"sample_group":[],"created_at":"2026-03-03 11:00:39"}}