HELP!HELP!HELP!How can I get through this?

Try to attack until he dies like this

hero.attack("Grumus")
hero.attack("Grumus")
hero.attack("Grumus")
hero.attack("Grumus")

Attack the ogre, then retreat back to the archer.Then once the ogre is dead, move to the exit.

or you can do what @abc suggested

hero.moveRight()
hero.moveUp()
hero.attack("Grumus")
#move down and to the left
#the archer will take care of you

You can move right once, move up , attack Grumus until he dies, then move right to the exit
你可以先向右走一步,再往上走一步,把Grumus打死,然后再向右走到出口
Lydia

I posted that suggestion already.