546 - 競程 CPE 班 (2013/12/05) Scoreboard

Time

2013/12/05 19:05:00 2013/12/05 22:05:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
9005 AxB
9006 Carry In

9005 - AxB   

Description

Compute A*B.

Input

For each case a line, there will be two positive integers A and B < 10^100.

Output

For each case a line, output the answer A*B.

Sample Input  Download

Sample Output  Download

Tags




Discuss




9006 - Carry In   

Description

Compute how many carries occur when calculating A + B.

Input

For each case a line, there will be two positive integers A and B < 10100.

Output

For each case a line, output how many times carries occur.

Sample Input  Download

Sample Output  Download

Tags




Discuss