{"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":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"CF10188A"},"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"}],"meta":{"iden":"CF10188A","tags":[],"sample_group":[],"created_at":"2026-03-03 11:00:39"}}