Prepare a Program Plan given below :
• Define a variable to input 2n digits and then input two long integers of 2n-digit.
• Calculate a as 10^nA1+A0 and b as 10^nB1+B0.
• Use the identity of the expressions for decimal to calculate ab and print the result.