A. Adding Two Integers

Codeforces
IDCF10188A
Time1000ms
Memory256MB
Difficulty
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-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 ## Input There will be one line with two integers given, a and b, separated by spaces. ## Output You should return the integer sum of a and b, sum. [samples] ## Note #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
API Response (JSON)
{
  "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-fo...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments