#1807. A*B问题

    ID: 1807 传统题 1000ms 256MiB 尝试: 3 已通过: 3 难度: 0.09 上传者: 标签>第二章_顺序结构程序设计_第五节_顺序结构实例

A*B问题

Explanation

Enter two positive integers, AA and BB , and find the value of A timesBA \ times B . Pay attention to the range of products and the selection of data types.

Input format

One line, containing two positive integers AA and BB separated by a single space. 1A,B500001\le A,B\le 50000

Output format

The product of two integers.

Example

3 4
12