-->
当前位置:首页 > 题库 > 正文内容

编程题:Simple addition

Luz3年前 (2022-09-05)题库395
This is a simple addition.

Please read in two integers A and B, and then output their sum.

### Input Specification:

Enter two integers in two lines, one for each line.

### Output Specification:
Output their sum in one line

### Sample Input #1:

Write a sample input here. For example:

in
3
5


### Sample Output #1:

Write the corresponding sample output here. For example:

out
8


### Sample Input #2:

Write a sample input here. For example:

in
22
-33


### Sample Output #2:

Write the corresponding sample output here. For example:

out
-11









答案:若无答案欢迎评论

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。