-->
当前位置:首页 > 题库

PROGRAMMING:Jmu-java-02 basic syntax-07-large integer addition

Luz5年前 (2021-05-10)题库473
There are several large integers that need to be summed.
###Input format
Input a string to represent a large integer in each line, input several lines in succession, and exit when a line character is * * e * * or * * e * *.
###Input example:
```in
42846280183517070527831839425882145521227251250327
55121603546981200581762165212827652751691296897789
e
```
###Output example:
```out
97967883730498271109594004638709798272918548148116
```






answer:If there is no answer, please comment