文件名称:main
介绍说明--下载内容均来自于网络,请自行研究使用
题目要求改为输入两个正整数,输出两个正整数的和。
Input Format
输入文件包括两行。
第一行包括一个正整数,保证位数不超过1000000。
第一行包括一个正整数,保证位数不超过1000000。
Output Format
输出文件包括一行。
第一行包括一个正整数。
Sample Input
10558
22
Sample Output
10580
Limits
1.请使用链表答题,否则代码分给0分。
2.请存储下来两个正整数的和,否则代码分给0分。-Subject requirements to enter two positive integers, and output two positive integers. Input Format input file includes two rows. The first line contains a positive integer, to ensure no more than one million digits. The first line contains a positive integer, to ensure no more than one million digits. Output Format Output file includes a line. The first line contains a positive integer. Sample Input 10558 22 Sample Output 10580 Limits 1. use the list to answer, otherwise the code points to 0 points. 2. store down two positive integers and, otherwise the code points to 0 points.
Input Format
输入文件包括两行。
第一行包括一个正整数,保证位数不超过1000000。
第一行包括一个正整数,保证位数不超过1000000。
Output Format
输出文件包括一行。
第一行包括一个正整数。
Sample Input
10558
22
Sample Output
10580
Limits
1.请使用链表答题,否则代码分给0分。
2.请存储下来两个正整数的和,否则代码分给0分。-Subject requirements to enter two positive integers, and output two positive integers. Input Format input file includes two rows. The first line contains a positive integer, to ensure no more than one million digits. The first line contains a positive integer, to ensure no more than one million digits. Output Format Output file includes a line. The first line contains a positive integer. Sample Input 10558 22 Sample Output 10580 Limits 1. use the list to answer, otherwise the code points to 0 points. 2. store down two positive integers and, otherwise the code points to 0 points.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.cpp