406079: GYM102263 A Is It Easy ?
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
A. Is It Easy ?time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output
ArabellaCPC's Judges decided to print the problem statements.
Each one of the $$$n$$$ participated teams will get exactly one copy of the problem-statements, and each copy costs $$$k$$$ coins.
How many coins it will cost judges to print exactly one problem-statements for each team.
InputThe input consists of two integers $$$n$$$ and $$$k$$$, $$$(1 \leq n,k \leq 1000)$$$
Outputprint the total cost of all problem statements.
ExamplesInput5 3Output
15Input
4 1Output
4