Testinės "varžybos"

Prev | Next

Problem Z - Multiplication

Input file: mult.in
Output file: mult.out

Write a program to multiply two integers.

INPUT FORMAT

Single line containing two integers.

SAMPLE INPUT (file mult.in)

2 2

OUTPUT FORMAT

Single line with the answer.

SAMPLE OUTPUT (file mult.out)

4