From: JBM Date: Thu, 4 Jun 2020 14:48:09 +0000 (+0200) Subject: Boss timed out. Reported by @Snef X-Git-Url: https://troll.desast.re/troll.git/commitdiff_plain/6db0994b70276e709091ab17550583b26559b1a7?ds=inline;hp=b327ce8704f1585747bbb5b206cc357b6fbfef51 Boss timed out. Reported by @Snef --- diff --git a/config/Boss.java b/config/Boss.java index c85c990..3d32979 100644 --- a/config/Boss.java +++ b/config/Boss.java @@ -17,7 +17,7 @@ class Player { int initialStones = in.nextInt(); in.nextLong(); // seed in.nextInt(); // side - nextLine(); + in.nextLine(); while (true) { int trollDistance = in.nextInt();