P1303 A*B Problem

Background

A template problem for big-integer multiplication.

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.

Explanation/Hint

Each non-negative integer does not exceed $10^{2000}$. Translated by ChatGPT 5