{"raw_statement":[{"iden":"statement","content":"Bijan is new to programming. He learned recently that programmers do not code every bit of their apps from scratch.\n\nFor example they never write a code to sum two integers, because their languages have the ability to do the sum. But can they use it? Can an experienced coder who has attended more than 100 contests, sum two integers?\n\nBijan is not sure about this. What's your opinion?"},{"iden":"input","content":"You are given two integers _a_ and _b_, one per line (1 ≤ _a_, _b_ < 10500). These numbers will not have any leading zeros."},{"iden":"output","content":"Write sum of the two integers. Do not put any leading zeros."},{"iden":"examples","content":"Input\n\n2\n3\n\nOutput\n\n5\n\nInput\n\n1390\n2011\n\nOutput\n\n3401\n\nInput\n\n12345\n54321\n\nOutput\n\n66666"}],"translated_statement":[{"iden":"statement","content":"Bijan 刚刚开始学习编程。他最近了解到，程序员并不会从零开始编写应用程序的每一行代码。\n\n例如，他们永远不会编写代码来对两个整数求和，因为他们的编程语言本身就具备求和功能。但他们能使用这个功能吗？一位参加过 100 场以上比赛的资深程序员，能对两个整数求和吗？\n\nBijan 对此并不确定。你的看法是什么？\n\n你将获得两个整数 $a$ 和 $b$，每行一个（$1 ≤ a, b < 10^{500}$）。这些数字不会包含前导零。\n\n请输出这两个整数的和。#cf_span(class=[tex-font-style-underline], body=[不要添加任何前导零。])\n\n"},{"iden":"input","content":"你将获得两个整数 $a$ 和 $b$，每行一个（$1 ≤ a, b < 10^{500}$）。这些数字不会包含前导零。"},{"iden":"output","content":"请输出这两个整数的和。#cf_span(class=[tex-font-style-underline], body=[不要添加任何前导零。])"},{"iden":"examples","content":"输入\n2\n3\n输出\n5\n输入\n1390\n2011\n输出\n3401\n输入\n12345\n54321\n输出\n66666"}],"sample_group":[],"show_order":[],"formal_statement":"**Definitions**  \nLet $ a, b \\in \\mathbb{Z} $ be two integers such that $ 1 \\leq a, b < 10^{500} $.\n\n**Constraints**  \n1. $ a $ and $ b $ have no leading zeros.  \n2. $ a, b $ are positive integers.\n\n**Objective**  \nCompute and output the integer $ s = a + b $, without leading zeros.","simple_statement":null,"has_page_source":false}