//请输入1-8,《哈利波特经典台词》
#include<iostream>
using namespace std;
int main(){
char n;
cin>>n;
if(n=='1'){
cout<<"邓布利多Professor Dumbledore"<<endl;
}
if(n=='2'){
cout<<"哈利·波特 Harry Potter"<<endl;
}
if(n=='3'){
cout<<"罗恩·苇斯莱 Ron Weasley"<<endl;
}
if(n=='4'){
cout<<"赫敏·格兰杰 Hermione Granger"<<endl;
}
if(n=='5'){
cout<<"麦格教授 Professor McGonagall"<<endl;
}
if(n=='6'){
cout<<"海格 Hagrid"<<endl;
}
if(n=='7'){
cout<<"斯内普教授 Professor Snape"<<endl;
}
if(n=='8'){
cout<<"小天狼星布莱克 Sirius Black"<<endl;
cout<<"但要记住爱我们的人永远不会离开我们,他们就在这里。But know this: The ones that love us never really leave us. And you can always find them in here."<<endl;
cout<<"你已经干得很棒了。剩下的交给我吧。You're done beautifully. Now, let me take it from here."<<endl;
}
return 0;
}
我和“用哈利引入c++”的小伙伴都在ACGO等你,快用这个专属链接加入我们吧!https://www.acgo.cn/application/1923715651067527168