luogu#P1303. A*B Problem

A*B Problem

Background

A template problem for big-integer multiplication.

Problem Description

Given two non-negative integers, compute their product.

Input Format

The input consists of two lines, each containing a non-negative integer.

Output Format

Output a single non-negative integer representing the product.

1 
2
2

Hint

Each non-negative integer does not exceed 10200010^{2000}.

Translated by ChatGPT 5