Multiplication Table

Easy

📝 Description

Print multiplication table for a given number

Input Format

A single integer n

Output Format

Multiplication table from 1 to 10

Constraints

1 ≤ n ≤ 1000

🔍 Sample Input

5
            

✅ Sample Output

5 10 15 ... 50
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run