Dotcpp  >  编程题库  >  Little Ke's problem
题目 2190:

Little Ke's problem

时间限制: 3s 内存限制: 192MB 提交: 590 解决: 114

题目描述

Little Ke was admitted to the University and became a freshman. At the begin of their first year,  Little Ke was hard-working and selected as the monitor. In order to be close to his teachers, please help him to write a program to ask teachers' names, and then print a message to tell him/her that it's nice to meet him/her.

输入格式

a string with length L (0<=L<=2^10)

输出格式

a sentence that meet the condition.

样例输入

Sean

样例输出

What is your name? Hello Sean, nice to meet you.

提示

零基础的同学可以先学习基础,教程见:  C语言教程C++教程编译器教程数据结构教程Python教程单片机教程

视频教学见视频网课

标签