WOWTALENT - Warm Welcome to SIU

no tags 

You have been assigned the task of creating a welcoming message for a new student who has been admitted to Sylhet International University (SIU). Your goal is to write a program that displays a personalized welcome message for the new student.

Write a program that takes the name of the new student as input and prints the following message:

"Welcome [student_name] to SIU"

Input

The input consists of a single line containing the name of the new student, which is a string containing alphabetic characters and spaces. The name will have at most 100 characters.

Output

Print a single line containing the welcome message in the format mentioned above.

Example

Input:
Siam Hasan Antik

Output:
Welcome Siam Hasan Antik to SIU

Note:
In the given example, the input is "Siam Hasan Antik", and the output is the corresponding welcome message "Welcome Siam Hasan Antik to SIU". Make sure to preserve the format and spacing as shown in the example.



Added by:Ruhul
Date:2019-08-04
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:C C++ 4.3.2 CPP CPP14 PYTHON3