Problem Description

Read two integers userId and orderId, build an id string as userId-orderId with zero padding of orderId to 6 digits. Output the string.

Input Format

One line: userId orderId.

Output Format

One id string.

Sample Test Case

Input:
12 45
Output:
12-000045

Constraints

0

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next