哈利波特2《经典台词》
2025-05-24 15:06:08
发布于:江苏
//请输入1-8,《哈利波特经典台词》
#include<iostream>
using namespace std;
int main(){
char n;
cin>>n;
if(n=='1'){
cout<<"邓布利多Professor Dumbledore"<<endl;
cout<<"真正的人永远都会有用武之地的。A trait people never fail to undervalue, I'm afraid."<<endl;
cout<<".这块镜子不会给我们知识和真相,人们只会在它前面虚度光阴,甚至发疯,人不能活在梦里而忘记生活。This mirror gives us neither knowledge or truth.Men have wasted away in front of it.Even gone mad.It does not do to dwell on dreams and forget to live."<<endl;
cout<<"想要找到魔法石,找到它但不利用它的人才能得到它。因为你的母亲,她为你牺牲了自己,那种牺牲留下了印记。在你的身体里,那是爱,哈利,是爱。Who wanted to find the Stone, find it but not use it, would be able to get it. It was because of your mother. She sacrificed herself for you and that kind of act leaves a mark. It lives in your very skin. Love, Harry. Love."<<endl;
cout<<"前方的路充满黑暗和艰难,很快我们就要做出选择,是选择坚持, 还是选择逃避。但记住这里有你的朋友, 你并不孤单。Dark and different times lie ahead. Soon We must all face the choice between what is right and what is easy. But remember this : you have friends here. You' re not alone."<<endl;
}
if(n=='2'){
cout<<"哈利·波特 Harry Potter"<<endl;
cout<<"真正的战场可不像在学校,在学校, 如果犯了错,第二天可以重新来过。但在战场上,当你和死神擦肩而过,或者亲眼看着好友死去,你想象不出那是什么感觉。Facing this stuff in the real life is not like school. In school, if you make a mistake, you can just try again tomorrow. But out there when you're a second away from being murdered or watching a friend die right before your eyes, you don't know what that's like."<<endl;
cout<<"努力练习很重要,但还有一件事更加重要,就是相信自己。Working hard is important, but there's something that matters even more: believing in yourself."<<endl;
cout<<"可是现在这些都不重要了,因为我已经不想再继续了。这让我在乎的太多,而在乎的越多,可能失去的就越多,所以也许最好独自面对。Anyway, that doesn't matter anyone. Because l don't want to play anymore. All it does is make you care too much. And the more you care, the more you have to lose. So maybe it's just better to go it alone."<<endl;
cout<<"他说虽然我们面临着一场战争,我们却拥有一件伏地魔没有的东西,为之奋斗的目标。That even though we've got a fight ahead of us, we' ve got one thing that Voldemort doesn't have. Something worth fighting for."<<endl;
}
if(n=='3'){
cout<<"罗恩·苇斯莱 Ron Weasley"<<endl;
cout<<"也许你不用自己一个人扛, 哥们。Maybe you don't have to do this by yourself, mate."<<endl;
cout<<"有时候虽然犯了错,却有好结果。Even when you go wrong, it turns our right."<<endl;
cout<<"为了你? 你以为疯眼汉为你而死? 你以为乔治为你而伤? 也许你就是那个救世主,这才是最重要的,这比什么都重要 。For you ? You think Mad-Eye died for you? You think George took that curse for you? You maybe the chosen one, mate. But this is a whole lot bigger than that. Its always been bigger than that."<<endl;
}
if(n=='4'){
cout<<"赫敏·格兰杰 Hermione Granger"<<endl;
cout<<"树林, 小河, 一切, 都如同没变一般. 但其实不是. 一切都变了,就算我现在带父母回来,他们也未必能认出来了。The trees, the river, everything. Like nothings changed. Not true of course, everything' s changed. If I brought my parents back here now, they probably wouldn't recognize any of it."<<endl;
cout<<"还有更重要的东西,那就是友谊和勇气。There are more important things.Friendship and bravery."<<endl;
}
if(n=='5'){
cout<<"麦格教授 Professor McGonagall"<<endl;
cout<<"霍格沃兹正值危急时刻,守住边界,保卫我们,为学校尽你们的义务。Hogwarts is threatened. Man the boundaries. Protect us. Do your duty to our school."<<endl;
cout<<"这个孩子会非常有名,我们世界里的每一个人都会知道他的名字。This boy will be famous. There won’t be a child in our world who doesn’t know his name."<<endl;
}
if(n=='6'){
cout<<"海格 Hagrid"<<endl;
cout<<"外面正在发生变化,就像上次一样,暴风雨就要来了, 哈利。我们要做好准备。It's changing out there. Just like last time. There's a storm coming, Harry. We'd all best be ready when she does."<<endl;
cout<<"看起来解铃还须系铃人。Seems only right that I should be the one that you away now."<<endl;
}
if(n=='7'){
cout<<"斯内普教授 Professor Snape"<<endl;
cout<<"波特,你的天赋令人叹服。你有普通人梦寐以求的天赋,做救世之星的感觉一定很好。You astonish with your gifts, potter. mere mortals can only dream of possessing. How grand it must be to be the Chosen one."<<endl;
cout<<"她嫉妒你。她很平庸,你却不同寻常。She's jealous. She's ordinary and you're special."<<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
这里空空如也
有帮助,赞一个