14234 - Begin Your Self-Introduction
|
Time |
Memory |
Case 1 |
1 sec |
32 MB |
Case 2 |
1 sec |
32 MB |
Case 3 |
1 sec |
32 MB |
Case 4 |
1 sec |
32 MB |
Case 5 |
1 sec |
32 MB |
Description
Create a program that takes a person's name, age, and hobby as input and outputs a formatted self-introduction of the person.
Input
A line of input containing the person's name, age, and hobby.
Output
Two lines describing the person in the following format:
- Line 1: "Hello, my name is {Name}. I am {Age} years old."
- Line 2: "My hobby is {Hobby}."
Tags