3345 - I2P(I)2026_Hu_Lab0 Scoreboard

Time

2026/09/08 18:30:00 2026/09/08 20:30:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
14987 RedCapeFlyingCat's Multiplication

14987 - RedCapeFlyingCat's Multiplication   

Description

RedCapeFlyingCat gives you two numbers and wants you to output their product.

Given two non-negative integers and , print a * b = followed by the value of .

Input

Two lines:

  • Line 1:
  • Line 2:

Constraint:

Output

One line in the exact format:

a * b = <value>

where <value> is a * b.

Sample Input  Download

Sample Output  Download

Tags




Discuss