入门测试题目

Luogu
IDLGB2001
Time1000ms
Memory128MB
DifficultyP1
模拟顺序结构
求两个整数的和。 ## Input 一行,两个用空格隔开的整数。 ## Output 两个整数的和。 [samples] ## Background 强烈推荐[新用户必读贴](/discuss/show/241461)。在学术版与题目总版内发帖、回复需要达到 [受信任的用户](https://help.luogu.com.cn/rules/community/discuss#%E7%94%A8%E6%88%B7%E6%9D%83%E9%99%90) 的权限,在洛谷经常做题、参与比赛即可快速达到该权限等级。 ## Note 对于 $100\%$ 的数据,输入的整数在 $[1, 4 \times {10}^{18}]$ 内。
Samples
Input #1
1 2
Output #1
3
Input #2
10230 21312
Output #2
31542
API Response (JSON)
{
  "problem": {
    "name": "入门测试题目",
    "description": {
      "content": "求两个整数的和。",
      "description_type": "Markdown"
    },
    "platform": "Luogu",
    "limit": {
      "time_limit": 1000,
      "memory_limit": 131072
    },
    "difficulty": {
      "LuoguStyle": "P1"
    },
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "LGB2001"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "求两个整数的和。\n\n## Input\n\n一行,两个用空格隔开的整数。\n\n## Output\n\n两个整数的和。\n\n[samples]\n\n## Background\n\n强烈推荐[新用户必读贴](/discuss/show/241461)。在学术版与题目总版内发帖、回复需要达到 [受信任的用户](https://help.luogu.com.cn/rules/community/discuss#%E7%...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments