Boss timed out. Reported by @Snef
authorJBM <jbm@codingame.com>
Thu, 4 Jun 2020 14:48:09 +0000 (16:48 +0200)
committerJBM <jbm@codingame.com>
Thu, 4 Jun 2020 14:48:09 +0000 (16:48 +0200)
config/Boss.java

index c85c990..3d32979 100644 (file)
@@ -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();