import java.util.Random;
import java.util.Scanner;
-public class Boss {
+class Player {
private final static String[] messages = {
"meta⁵ @YannT ∷ (a → b) → f1 (f2 (f3 a)) → f1 (f2 (f3 b))",
"By the power of Grayskull!",
int roadLength = in.nextInt();
int initialStones = in.nextInt();
+ in.nextLong(); // seed
+ in.nextInt(); // side
+ nextLine();
while (true) {
int trollDistance = in.nextInt();