最美丽老师
Background
为了评选出最美丽的老师
Description
输入老师名字,输出夸赞的话
Format
Input
输入老师名字
Output
输出形容词
Sample 1
Input
ZJR
Output
The most beautiful and cutest teacher in the world
Limitation
形容词越多越好
Hint
C++ Code
#include <iostream>
using namespace std;
int main()
{
char ch;
ch=cin.get();
cout <<"The most beautiful and cutest teacher in the world" << endl;
return 0;
}
# Source
**Vijos Original**
信息
- 难度
- 9
- 分类
- (无)
- 标签
- (无)
- 递交数
- 13
- 已通过
- 3
- 通过率
- 23%
- 上传者