Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Question by Ibrahim Mesecan.
Welcome Andi - 1
Question:
You are writing a login system for a website.
Write a program, that gets a name from
the user and then shows a welcome message.
Input specification
You will be given a string (Name) which is not
longer than 12 characters and and contains
only English letters.
Output specification
Show the message "Welcome Name.". Please pay
attention to the space between the words and
"." at the end of message.
Sample Input I |
Sample Input II |
Andi |
Albana |
Sample Output I |
Sample Output II |
Welcome Andi. |
Welcome Albana. |
Для отправки решений необходимо выполнить вход.
|