UVa 10106

From Algorithmist

Jump to: navigation, search

Contents

[edit] 10106 - Product

[edit] Summary

A standard BigNum problem of multiplying two BigNum.

[edit] Explanation

A standard BigNum problem of multiplying two BigNum.

[edit] Input

12
12
2
222222222222222222222222

[edit] Output

144
444444444444444444444444
Personal tools