Multiplication and Sum

Easy

📝 Description

Calculate product and sum of two numbers

Input Format

Two space-separated numbers

Output Format

Product and sum separated by space

Constraints

Numbers ≤ 1000

🔍 Sample Input

5 3
            

✅ Sample Output

15 8
            

Code Editor

Please login to run and submit code.

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