class Main {
public class Game{
public static void main(String[] args){
Elf e1 = new Elf(name:"劲夫",hp:10000000000000000L,atk:520000000000000L);
Elf e2 = new Elf(name:"女警",hp:7000000000000000L,atk:850000000000000L);
While (true){
if (!e1.attack(e2)) retuen;
if (!e2.attack(e1)) retuen;
}
}
}
}