| ||||
DalCode — Sample Problem 1 |
||||
|
Sample Problem 1: Print Sum of Two NumbersThis is a sample problem, and relatively easy one:Write a program to read two numbers from the standard input, and print their sum. Input DescriptionThe input consists of one line containing two integers separated by a space character.Output DescriptionThe program will produce one line of output containing the sum of input numbers.Sample Input-2 3 Sample Output1 |