A. 入门测试题目

    Type: RemoteJudge 1000ms 128MiB

入门测试题目

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目背景

强烈推荐新用户必读贴

题目描述

求两个整数的和。

输入格式

一行,两个用空格隔开的整数。

输出格式

两个整数的和。

1 2
3
10230 21312
31542

提示

对于 100%100\% 的数据,输入的整数在 [1,4×1018][1, 4 \times {10}^{18}] 内。