Concatenate Two Numbers
Concatenate Two Numbers Write Code Problem Description Given two numbers A and B. Concatenate the two numbers and print it. Problem Constraints 1 <= A, B <= 104 Input Format There are two input lines The first line has a single integer A. The second line has a single integer B. Output Format Print in a single line the concatenated …