From c5b81649bda107cd90f32533146ee42e85f19581 Mon Sep 17 00:00:00 2001 From: TimWSpence Date: Thu, 18 Jan 2024 12:58:51 +0000 Subject: [PATCH] deploy: 94064cc23c33a6696c85b8abcbef5c355efc04ed --- datatypes/tmvar.html | 6 +- datatypes/tqueue.html | 6 +- datatypes/tsemaphore.html | 6 +- examples/santa.html | 5537 ++++++++++++++++++------------------- theory/tvar.html | 8 +- theory/txn.html | 38 +- 6 files changed, 2650 insertions(+), 2951 deletions(-) diff --git a/datatypes/tmvar.html b/datatypes/tmvar.html index c7b8b1e2..e1aa4731 100644 --- a/datatypes/tmvar.html +++ b/datatypes/tmvar.html @@ -129,7 +129,7 @@

TMVar

import io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@29a319ae +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@35a857e import stm._ val txn: Txn[String] = for { @@ -143,11 +143,11 @@

TMVar

// txn = Bind( // txn = Alloc( // v = Delay( -// thunk = cats.effect.IO$$$Lambda$11306/1087883764@626660f6, +// thunk = cats.effect.IO$$$Lambda$11361/1068401094@4452865a, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), -// f = scala.Function1$$Lambda$11362/1300571113@62956e09 +// f = scala.Function1$$Lambda$11417/149421956@2f9491df // ), // f = <function1> // ) diff --git a/datatypes/tqueue.html b/datatypes/tqueue.html index 9854d6cc..efc96da6 100644 --- a/datatypes/tqueue.html +++ b/datatypes/tqueue.html @@ -128,7 +128,7 @@

TQueue

import io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@507cd687 +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@60c1af69 import stm._ val txn: Txn[String] = for { @@ -142,11 +142,11 @@

TQueue

// txn = Bind( // txn = Alloc( // v = Delay( -// thunk = cats.effect.IO$$$Lambda$11306/1087883764@1bed01b2, +// thunk = cats.effect.IO$$$Lambda$11361/1068401094@73ab9165, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), -// f = scala.Function1$$Lambda$11362/1300571113@12981632 +// f = scala.Function1$$Lambda$11417/149421956@42f346d // ), // f = <function1> // ) diff --git a/datatypes/tsemaphore.html b/datatypes/tsemaphore.html index 0498a147..d513e0e5 100644 --- a/datatypes/tsemaphore.html +++ b/datatypes/tsemaphore.html @@ -126,7 +126,7 @@

TSemaphore

import io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@3da039ed +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@29a4d767 import stm._ val txn: Txn[Long] = for { @@ -139,11 +139,11 @@

TSemaphore

// txn = Bind( // txn = Alloc( // v = Delay( -// thunk = cats.effect.IO$$$Lambda$11306/1087883764@6756ebd1, +// thunk = cats.effect.IO$$$Lambda$11361/1068401094@8e1d6b8, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), -// f = scala.Function1$$Lambda$11362/1300571113@443763f2 +// f = scala.Function1$$Lambda$11417/149421956@f4f8023 // ), // f = <function1> // ) diff --git a/examples/santa.html b/examples/santa.html index be90988e..34e38835 100644 --- a/examples/santa.html +++ b/examples/santa.html @@ -127,7 +127,7 @@

The Santa Claus Problem

import scala.concurrent.duration._ val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@6165d7ab +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@215ea579 import stm._ def meetInStudy(id: Int): IO[Unit] = IO(println(show"Elf $id meeting in the study")) @@ -266,773 +266,778 @@

The Santa Claus Problem

main.timeout(2.seconds).attempt.unsafeRunSync() // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys // Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys // Reindeer 3 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys // Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s deliver toys // Reindeer 2 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys +// Reindeer 7 delivering toys // Reindeer 8 delivering toys // Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 2 meeting in the study +// Elf 1 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys +// Reindeer 7 delivering toys // Reindeer 5 delivering toys // Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys +// Reindeer 8 delivering toys // Reindeer 6 delivering toys +// Reindeer 1 delivering toys // Reindeer 4 delivering toys // Reindeer 9 delivering toys -// Reindeer 8 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 5 meeting in the study +// Elf 8 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study // Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys +// Reindeer 7 delivering toys // Reindeer 5 delivering toys // Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys +// Reindeer 4 delivering toys +// Reindeer 8 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 8 meeting in the study // Elf 1 meeting in the study +// Elf 5 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 3 meeting in the study // Elf 4 meeting in the study -// Elf 7 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys +// Reindeer 4 delivering toys // Reindeer 1 delivering toys -// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys // Reindeer 3 delivering toys -// Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 2 meeting in the study // Elf 6 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 8 meeting in the study -// Elf 5 meeting in the study +// Elf 7 meeting in the study +// Elf 10 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys // Reindeer 1 delivering toys -// Reindeer 6 delivering toys // Reindeer 4 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys // Reindeer 5 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 1 meeting in the study // Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 6 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys // Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys // Reindeer 2 delivering toys -// Reindeer 9 delivering toys // Reindeer 6 delivering toys // Reindeer 3 delivering toys // Reindeer 4 delivering toys // Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// Elf 9 meeting in the study +// Reindeer 8 delivering toys +// Reindeer 9 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 7 meeting in the study -// Elf 2 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys // Reindeer 5 delivering toys // Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys // Reindeer 9 delivering toys -// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 4 meeting in the study +// Elf 2 meeting in the study +// Elf 9 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 10 meeting in the study // Elf 8 meeting in the study +// Elf 5 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 10 meeting in the study // Elf 6 meeting in the study -// Elf 9 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys // Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys // Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys // Reindeer 7 delivering toys +// Reindeer 6 delivering toys // Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 9 meeting in the study +// Elf 5 meeting in the study // Elf 4 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study +// Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 1 delivering toys +// Reindeer 7 delivering toys +// Reindeer 3 delivering toys // Reindeer 6 delivering toys // Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys // Reindeer 8 delivering toys -// Reindeer 3 delivering toys // Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study // Elf 3 meeting in the study -// Elf 8 meeting in the study +// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 5 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 3 delivering toys // Reindeer 5 delivering toys -// Reindeer 4 delivering toys +// Reindeer 8 delivering toys // Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 3 delivering toys // Reindeer 8 delivering toys +// Reindeer 5 delivering toys // Reindeer 2 delivering toys +// Reindeer 7 delivering toys // Reindeer 1 delivering toys // Reindeer 9 delivering toys -// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 1 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 4 meeting in the study // Elf 5 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys // Reindeer 2 delivering toys -// Reindeer 9 delivering toys +// Reindeer 4 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys // Reindeer 5 delivering toys +// Reindeer 7 delivering toys // Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 3 meeting in the study -// Elf 8 meeting in the study -// Elf 9 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 5 meeting in the study -// Elf 6 meeting in the study +// Elf 9 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys // Reindeer 6 delivering toys // Reindeer 9 delivering toys -// Reindeer 3 delivering toys // Reindeer 2 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys // Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 4 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 3 meeting in the study // Elf 7 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 5 meeting in the study // Elf 2 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys // Reindeer 9 delivering toys +// Reindeer 7 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys // Reindeer 2 delivering toys +// Reindeer 6 delivering toys // Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 5 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study +// Elf 6 meeting in the study // Elf 1 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 8 meeting in the study +// Elf 9 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 10 meeting in the study // Elf 1 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys // Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys // Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys +// Reindeer 8 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study +// Elf 5 meeting in the study // Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study // Elf 4 meeting in the study // ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys +// Reindeer 3 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 2 meeting in the study // Elf 7 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study // Elf 8 meeting in the study +// Elf 9 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys // Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys // Reindeer 5 delivering toys -// Reindeer 1 delivering toys +// Reindeer 3 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys // Reindeer 8 delivering toys +// Reindeer 9 delivering toys // Reindeer 4 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 5 meeting in the study // Elf 3 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 4 meeting in the study // Elf 8 meeting in the study -// Elf 6 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 10 meeting in the study +// Elf 6 meeting in the study +// Elf 9 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys +// Reindeer 3 delivering toys // Reindeer 9 delivering toys +// Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys // Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 1 meeting in the study // Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 8 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 3 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 7 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys +// Reindeer 3 delivering toys // Reindeer 9 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys // Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 1 meeting in the study // Elf 9 meeting in the study +// Elf 6 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 2 meeting in the study // Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 3 meeting in the study // Elf 8 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 4 meeting in the study // Elf 6 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 5 meeting in the study // Elf 7 meeting in the study -// Elf 3 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // Reindeer 3 delivering toys +// Reindeer 8 delivering toys // Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys // Reindeer 2 delivering toys -// Reindeer 4 delivering toys // Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // Elf 1 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 5 meeting in the study // Elf 3 meeting in the study -// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 10 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 7 meeting in the study -// Elf 2 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 10 meeting in the study // Elf 9 meeting in the study -// Elf 3 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys // Reindeer 8 delivering toys -// Reindeer 2 delivering toys +// Reindeer 4 delivering toys +// Reindeer 9 delivering toys // Reindeer 5 delivering toys -// Reindeer 6 delivering toys +// Reindeer 2 delivering toys // Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study +// Elf 4 meeting in the study // Elf 3 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 5 meeting in the study -// Elf 2 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 4 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys // Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 7 delivering toys +// Reindeer 9 delivering toys // Reindeer 8 delivering toys +// Reindeer 6 delivering toys // Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study +// Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 10 meeting in the study +// Elf 5 meeting in the study // Elf 7 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 1 meeting in the study -// Elf 9 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 5 meeting in the study +// Elf 9 meeting in the study // Elf 10 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study +// Elf 2 meeting in the study +// Elf 1 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys +// Reindeer 4 delivering toys // Reindeer 3 delivering toys -// Reindeer 9 delivering toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys // Reindeer 2 delivering toys // Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 8 meeting in the study // Elf 4 meeting in the study -// Elf 9 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study +// Elf 6 meeting in the study // Elf 3 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 10 meeting in the study // Elf 2 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 9 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 1 meeting in the study +// Elf 7 meeting in the study // Elf 4 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 2 delivering toys +// Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys // Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys // Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 1 meeting in the study // Elf 8 meeting in the study -// Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 10 meeting in the study // Elf 3 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 4 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 2 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 2 delivering toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 4 meeting in the study +// Elf 3 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study +// Elf 8 meeting in the study // Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study // Elf 6 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 2 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 1 meeting in the study // Elf 4 meeting in the study // ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 3 meeting in the study +// Elf 1 meeting in the study +// ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys +// Reindeer 3 delivering toys // Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys // Reindeer 9 delivering toys -// Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys // Reindeer 8 delivering toys +// Reindeer 6 delivering toys // Reindeer 1 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study +// Elf 4 meeting in the study +// Elf 7 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 8 meeting in the study // Elf 9 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 3 meeting in the study -// Elf 2 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 2 meeting in the study // Elf 5 meeting in the study -// Elf 1 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study // Elf 10 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys +// Reindeer 2 delivering toys // Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys // Reindeer 4 delivering toys -// Reindeer 7 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 9 delivering toys // Reindeer 6 delivering toys -// Reindeer 2 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 6 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 4 meeting in the study -// Elf 8 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 4 meeting in the study // Elf 6 meeting in the study -// Elf 1 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 4 meeting in the study +// Elf 2 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study // Elf 5 meeting in the study -// Elf 9 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys // Reindeer 7 delivering toys +// Reindeer 4 delivering toys // Reindeer 8 delivering toys // Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys // Reindeer 5 delivering toys +// Reindeer 9 delivering toys // Reindeer 1 delivering toys // Reindeer 3 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 2 meeting in the study +// Elf 9 meeting in the study +// Elf 4 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 6 meeting in the study +// Elf 9 meeting in the study +// Elf 10 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 6 meeting in the study +// Elf 5 meeting in the study // Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study +// Elf 7 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 10 meeting in the study -// Elf 9 meeting in the study -// Elf 5 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys // Reindeer 5 delivering toys -// Reindeer 6 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys -// Reindeer 4 delivering toys // Reindeer 2 delivering toys +// Reindeer 6 delivering toys // Reindeer 1 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys // Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study +// Elf 6 meeting in the study // Elf 5 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study @@ -1042,326 +1047,280 @@

The Santa Claus Problem

// Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study // Elf 6 meeting in the study -// Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 4 meeting in the study -// Elf 8 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys // Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys +// Reindeer 5 delivering toys +// Reindeer 7 delivering toys // Reindeer 4 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 9 meeting in the study // Elf 3 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 10 meeting in the study -// Elf 5 meeting in the study -// Elf 6 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study +// Elf 5 meeting in the study +// Elf 7 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 8 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 7 delivering toys // Reindeer 8 delivering toys // Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys // Reindeer 1 delivering toys +// Reindeer 6 delivering toys // Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 7 meeting in the study // Elf 10 meeting in the study +// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 5 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 3 meeting in the study +// Elf 9 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 7 meeting in the study +// Elf 5 meeting in the study +// Elf 6 meeting in the study // Elf 1 meeting in the study // ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// Elf 8 meeting in the study -// ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys // Reindeer 1 delivering toys -// Reindeer 3 delivering toys +// Reindeer 6 delivering toys // Reindeer 5 delivering toys -// Reindeer 8 delivering toys // Reindeer 9 delivering toys +// Reindeer 3 delivering toys // Reindeer 4 delivering toys -// Reindeer 6 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 2 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 5 meeting in the study // Elf 7 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 4 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 1 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 8 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 5 meeting in the study +// Elf 7 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys +// Reindeer 2 delivering toys // Reindeer 4 delivering toys -// Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 3 delivering toys -// Reindeer 2 delivering toys // Reindeer 8 delivering toys +// Reindeer 1 delivering toys // Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 1 meeting in the study +// Elf 10 meeting in the study // Elf 2 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 4 meeting in the study // Elf 1 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 3 meeting in the study // Elf 8 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// Elf 2 meeting in the study +// Elf 9 meeting in the study +// Elf 7 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys // Reindeer 6 delivering toys +// Reindeer 4 delivering toys +// Reindeer 8 delivering toys // Reindeer 9 delivering toys -// Reindeer 3 delivering toys // Reindeer 2 delivering toys -// Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 7 delivering toys // Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 10 meeting in the study +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 9 meeting in the study // Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 10 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 6 meeting in the study -// Elf 7 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys +// Reindeer 8 delivering toys // Reindeer 2 delivering toys // Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys // Reindeer 3 delivering toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 10 meeting in the study // Elf 8 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study -// Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 7 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 6 meeting in the study -// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 9 meeting in the study +// Elf 1 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 3 meeting in the study +// Elf 10 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 7 meeting in the study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys // Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys // Reindeer 5 delivering toys -// Reindeer 6 delivering toys // Reindeer 1 delivering toys // Reindeer 2 delivering toys // Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 2 meeting in the study +// Elf 3 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 1 meeting in the study -// Elf 7 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study // Elf 3 meeting in the study // Elf 7 meeting in the study // ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 1 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study // Elf 7 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys // Reindeer 3 delivering toys +// Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 2 delivering toys +// Reindeer 7 delivering toys // Reindeer 6 delivering toys -// Reindeer 1 delivering toys +// Reindeer 2 delivering toys +// Reindeer 5 delivering toys // Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 1 meeting in the study // Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 4 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study @@ -1369,1072 +1328,1010 @@

The Santa Claus Problem

// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 7 meeting in the study +// Elf 5 meeting in the study // Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 2 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 8 meeting in the study -// Elf 1 meeting in the study -// Elf 7 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys // Reindeer 3 delivering toys -// Reindeer 1 delivering toys +// Reindeer 2 delivering toys +// Reindeer 5 delivering toys // Reindeer 9 delivering toys // Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study +// Elf 3 meeting in the study // Elf 1 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study // Elf 10 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 2 meeting in the study // Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 7 meeting in the study -// Elf 8 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 9 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys +// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys // Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 7 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 8 meeting in the study // Elf 2 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 10 meeting in the study // Elf 9 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 3 meeting in the study // Elf 7 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study +// Elf 9 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 9 meeting in the study +// Elf 1 meeting in the study // Elf 7 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 1 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys +// Reindeer 4 delivering toys // Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys +// Reindeer 2 delivering toys // Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study // Elf 5 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study +// Elf 10 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 1 meeting in the study // Elf 9 meeting in the study -// Elf 7 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 10 meeting in the study +// Elf 8 meeting in the study // Elf 3 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys // Reindeer 3 delivering toys +// Reindeer 2 delivering toys // Reindeer 4 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys -// Reindeer 7 delivering toys // Reindeer 5 delivering toys +// Reindeer 7 delivering toys // Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 2 meeting in the study -// Elf 1 meeting in the study +// Elf 6 meeting in the study +// Elf 10 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study +// Elf 2 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 9 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 3 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// Elf 7 meeting in the study +// Elf 10 meeting in the study +// Elf 5 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 5 delivering toys -// Reindeer 7 delivering toys // Reindeer 8 delivering toys -// Reindeer 1 delivering toys // Reindeer 9 delivering toys // Reindeer 2 delivering toys -// Reindeer 4 delivering toys // Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 4 delivering toys // Reindeer 6 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study +// Elf 6 meeting in the study // Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 4 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 7 meeting in the study // Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 1 meeting in the study -// Elf 6 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 10 meeting in the study +// Elf 6 meeting in the study +// Elf 7 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 5 meeting in the study +// Elf 3 meeting in the study // Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 8 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 4 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys // Reindeer 2 delivering toys +// Reindeer 7 delivering toys // Reindeer 9 delivering toys -// Reindeer 5 delivering toys +// Reindeer 1 delivering toys // Reindeer 3 delivering toys // Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 6 meeting in the study // Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study // Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 9 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 4 meeting in the study -// Elf 3 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 3 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 2 meeting in the study // Elf 8 meeting in the study -// Elf 1 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 10 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study // Elf 8 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 1 meeting in the study -// Elf 5 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys // Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys +// Reindeer 6 delivering toys // Reindeer 2 delivering toys // Reindeer 9 delivering toys -// Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys +// Reindeer 5 delivering toys // Reindeer 1 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 6 meeting in the study // Elf 7 meeting in the study +// Elf 5 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 4 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 5 meeting in the study +// Elf 10 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study // Elf 8 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 9 meeting in the study // Elf 1 meeting in the study -// Elf 4 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study // Elf 3 meeting in the study +// Elf 6 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study +// Elf 7 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys +// Reindeer 3 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys // Reindeer 8 delivering toys -// Reindeer 9 delivering toys +// Reindeer 5 delivering toys // Reindeer 1 delivering toys // Reindeer 6 delivering toys // Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// Elf 1 meeting in the study +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 6 meeting in the study +// Elf 8 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 2 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study // Elf 1 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 8 meeting in the study // Elf 6 meeting in the study +// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 3 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys // Reindeer 9 delivering toys -// Reindeer 3 delivering toys // Reindeer 5 delivering toys +// Reindeer 1 delivering toys // Reindeer 8 delivering toys // Reindeer 2 delivering toys +// Reindeer 6 delivering toys // Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 1 meeting in the study +// Elf 5 meeting in the study // Elf 3 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 10 meeting in the study +// Elf 6 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 9 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 7 meeting in the study // Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 2 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 8 meeting in the study +// Elf 6 meeting in the study // Elf 1 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys // Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 2 delivering toys // Reindeer 3 delivering toys // Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys +// Reindeer 8 delivering toys // Reindeer 4 delivering toys +// Reindeer 9 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 7 meeting in the study +// Elf 5 meeting in the study +// Elf 4 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 6 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study +// Elf 7 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 6 meeting in the study +// Elf 10 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys // Reindeer 9 delivering toys +// Reindeer 1 delivering toys // Reindeer 4 delivering toys // Reindeer 7 delivering toys +// Reindeer 5 delivering toys // Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 5 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 10 meeting in the study +// Elf 5 meeting in the study // Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 3 meeting in the study +// Elf 7 meeting in the study // Elf 4 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 7 meeting in the study // Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 7 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys // Reindeer 7 delivering toys +// Reindeer 9 delivering toys // Reindeer 2 delivering toys +// Reindeer 4 delivering toys // Reindeer 1 delivering toys // Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys // Reindeer 5 delivering toys +// Reindeer 3 delivering toys // Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 8 meeting in the study +// Elf 6 meeting in the study +// Elf 5 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 3 meeting in the study // Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 5 meeting in the study +// Elf 4 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study -// Elf 3 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 5 meeting in the study -// Elf 1 meeting in the study +// Elf 7 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study +// Elf 9 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys // Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys +// Reindeer 4 delivering toys // Reindeer 3 delivering toys -// Reindeer 2 delivering toys // Reindeer 8 delivering toys +// Reindeer 9 delivering toys +// Reindeer 5 delivering toys +// Reindeer 7 delivering toys // Reindeer 6 delivering toys -// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 2 meeting in the study // Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 1 meeting in the study // Elf 10 meeting in the study +// Elf 6 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study // Elf 8 meeting in the study +// Elf 9 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 5 meeting in the study +// Elf 3 meeting in the study // Elf 7 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 6 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys // Reindeer 3 delivering toys // Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys // Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 3 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 6 meeting in the study // Elf 1 meeting in the study +// Elf 2 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study +// Elf 6 meeting in the study // Elf 7 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 5 meeting in the study // Elf 10 meeting in the study -// Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 1 meeting in the study // Elf 10 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys // Reindeer 3 delivering toys -// Reindeer 7 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys // Reindeer 5 delivering toys +// Reindeer 7 delivering toys // Reindeer 4 delivering toys -// Reindeer 1 delivering toys // Reindeer 2 delivering toys -// Reindeer 9 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study // Elf 4 meeting in the study +// Elf 3 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 5 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 1 meeting in the study +// Elf 2 meeting in the study +// Elf 5 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 10 meeting in the study // Elf 6 meeting in the study -// Elf 4 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 3 meeting in the study -// Elf 10 meeting in the study +// Elf 2 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 7 delivering toys // Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys // Reindeer 2 delivering toys // Reindeer 3 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 7 meeting in the study -// Elf 4 meeting in the study +// Elf 2 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study // Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 7 meeting in the study // Elf 1 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 9 meeting in the study // Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 5 meeting in the study +// Elf 4 meeting in the study +// Elf 2 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys +// Reindeer 6 delivering toys // Reindeer 5 delivering toys -// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 7 delivering toys // Reindeer 2 delivering toys +// Reindeer 9 delivering toys // Reindeer 4 delivering toys // Reindeer 1 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study +// Elf 3 meeting in the study +// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 7 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 2 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 10 meeting in the study -// Elf 4 meeting in the study -// Elf 3 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys // Reindeer 4 delivering toys -// Reindeer 8 delivering toys +// Reindeer 1 delivering toys +// Reindeer 6 delivering toys // Reindeer 5 delivering toys // Reindeer 2 delivering toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 9 meeting in the study +// Elf 7 meeting in the study +// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 8 meeting in the study // Elf 1 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 4 meeting in the study // Elf 2 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study // Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 8 meeting in the study +// Elf 6 meeting in the study // Elf 9 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 8 meeting in the study // Elf 7 meeting in the study +// Elf 6 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys // Reindeer 1 delivering toys // Reindeer 6 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys // Reindeer 8 delivering toys -// Reindeer 3 delivering toys // Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 10 meeting in the study +// Elf 3 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 6 meeting in the study -// Elf 3 meeting in the study +// Elf 10 meeting in the study +// Elf 5 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 5 meeting in the study // Elf 7 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 4 meeting in the study -// Elf 5 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 5 meeting in the study +// Elf 8 meeting in the study // Elf 6 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys // Reindeer 9 delivering toys // Reindeer 4 delivering toys -// Reindeer 6 delivering toys // Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys +// Reindeer 6 delivering toys // Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 10 meeting in the study // Elf 1 meeting in the study +// Elf 4 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study // Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 8 meeting in the study // Elf 2 meeting in the study -// Elf 4 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study // Elf 4 meeting in the study +// Elf 10 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 5 meeting in the study // Elf 7 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study // Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys +// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys // Reindeer 8 delivering toys -// Reindeer 9 delivering toys +// Reindeer 1 delivering toys +// Reindeer 2 delivering toys // Reindeer 5 delivering toys -// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 7 meeting in the study // Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 9 meeting in the study // Elf 4 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 3 meeting in the study // Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 10 meeting in the study -// Elf 1 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys // Reindeer 5 delivering toys -// Reindeer 1 delivering toys // Reindeer 8 delivering toys +// Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 9 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 5 meeting in the study -// Elf 2 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 4 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 1 meeting in the study // Elf 9 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// Elf 9 meeting in the study +// Elf 5 meeting in the study +// Elf 1 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study +// Elf 3 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 1 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 2 delivering toys // Reindeer 1 delivering toys -// Reindeer 7 delivering toys // Reindeer 8 delivering toys -// Reindeer 9 delivering toys // Reindeer 6 delivering toys +// Reindeer 7 delivering toys +// Reindeer 5 delivering toys // Reindeer 3 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study // Elf 2 meeting in the study -// Elf 10 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 8 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 10 meeting in the study // Elf 7 meeting in the study -// Elf 1 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study +// Elf 2 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 5 meeting in the study -// Elf 2 meeting in the study +// Elf 6 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys // Reindeer 7 delivering toys +// Reindeer 3 delivering toys +// Reindeer 2 delivering toys // Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 9 delivering toys // Reindeer 4 delivering toys // Reindeer 5 delivering toys -// Reindeer 2 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 8 meeting in the study // Elf 1 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 4 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 9 meeting in the study +// Elf 2 meeting in the study // Elf 1 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study // Elf 3 meeting in the study // Elf 6 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys // Reindeer 2 delivering toys -// Reindeer 5 delivering toys // Reindeer 3 delivering toys // Reindeer 7 delivering toys -// Reindeer 4 delivering toys +// Reindeer 8 delivering toys // Reindeer 6 delivering toys +// Reindeer 4 delivering toys // Reindeer 9 delivering toys -// Reindeer 8 delivering toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 8 meeting in the study // Elf 1 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 10 meeting in the study +// Elf 8 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 3 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 6 meeting in the study // Elf 8 meeting in the study -// Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 5 meeting in the study +// Elf 4 meeting in the study // Elf 7 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 5 meeting in the study // Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys // Reindeer 1 delivering toys // Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 4 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 9 delivering toys // Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 10 meeting in the study // Elf 5 meeting in the study -// Elf 4 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study // Elf 4 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study @@ -2442,3165 +2339,2943 @@

The Santa Claus Problem

// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 10 meeting in the study +// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 2 meeting in the study -// Elf 3 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys +// Reindeer 4 delivering toys // Reindeer 9 delivering toys -// Reindeer 3 delivering toys // Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys +// Reindeer 1 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys // Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 1 meeting in the study -// Elf 7 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 3 meeting in the study -// Elf 10 meeting in the study -// Elf 8 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 7 meeting in the study +// Elf 5 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 9 meeting in the study // Elf 2 meeting in the study -// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys +// Reindeer 4 delivering toys // Reindeer 2 delivering toys +// Reindeer 7 delivering toys // Reindeer 9 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 5 meeting in the study // Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study // Elf 6 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 2 meeting in the study -// Elf 10 meeting in the study -// Elf 1 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 7 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 10 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 6 meeting in the study +// Elf 8 meeting in the study +// Elf 7 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 1 meeting in the study // Elf 4 meeting in the study -// Elf 9 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 3 meeting in the study -// Elf 5 meeting in the study +// Elf 2 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// Reindeer 2 delivering toys // Reindeer 4 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys -// Reindeer 7 delivering toys +// Reindeer 8 delivering toys // Reindeer 6 delivering toys +// Reindeer 2 delivering toys // Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study +// Elf 3 meeting in the study // Elf 10 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study +// Elf 5 meeting in the study // Elf 7 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study // Elf 2 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys // Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys // Reindeer 3 delivering toys // Reindeer 2 delivering toys -// Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 6 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 9 meeting in the study // Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 8 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study +// Elf 7 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 2 meeting in the study // Elf 6 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys +// Reindeer 6 delivering toys +// Reindeer 4 delivering toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 3 meeting in the study // Elf 7 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 9 meeting in the study -// Elf 5 meeting in the study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 9 meeting in the study // Elf 4 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys +// Reindeer 2 delivering toys +// Reindeer 9 delivering toys // Reindeer 8 delivering toys +// Reindeer 7 delivering toys // Reindeer 6 delivering toys -// Reindeer 2 delivering toys // Reindeer 5 delivering toys +// Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 5 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study // Elf 10 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 10 meeting in the study +// Elf 2 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 9 meeting in the study // Elf 4 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 7 meeting in the study +// Elf 6 meeting in the study +// Elf 9 meeting in the study // Elf 10 meeting in the study // ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 5 meeting in the study +// Elf 7 meeting in the study +// ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys +// Reindeer 6 delivering toys // Reindeer 5 delivering toys +// Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys // Reindeer 1 delivering toys // Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys // Reindeer 9 delivering toys -// Reindeer 3 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 6 meeting in the study +// Elf 1 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 8 meeting in the study -// Elf 2 meeting in the study -// Elf 9 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study // Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 4 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 6 meeting in the study +// Elf 2 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 8 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys // Reindeer 9 delivering toys +// Reindeer 2 delivering toys +// Reindeer 6 delivering toys // Reindeer 3 delivering toys +// Reindeer 5 delivering toys // Reindeer 4 delivering toys +// Reindeer 1 delivering toys // Reindeer 7 delivering toys // Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 10 meeting in the study // Elf 2 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 4 meeting in the study -// Elf 7 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study +// Elf 4 meeting in the study +// Elf 3 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 4 meeting in the study +// Elf 6 meeting in the study +// Elf 1 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 5 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 8 meeting in the study // Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys // Reindeer 3 delivering toys +// Reindeer 7 delivering toys // Reindeer 9 delivering toys -// Reindeer 8 delivering toys // Reindeer 2 delivering toys +// Reindeer 6 delivering toys // Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 1 meeting in the study // Elf 3 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 2 meeting in the study -// Elf 7 meeting in the study +// Elf 4 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study // Elf 8 meeting in the study +// Elf 3 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 6 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys // Reindeer 2 delivering toys // Reindeer 1 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // Reindeer 8 delivering toys // Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 7 meeting in the study // Elf 2 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 1 meeting in the study -// Elf 6 meeting in the study +// Elf 4 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 8 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 4 meeting in the study +// Elf 6 meeting in the study +// Elf 2 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 7 meeting in the study // Elf 9 meeting in the study -// Elf 2 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 7 delivering toys // Reindeer 6 delivering toys +// Reindeer 4 delivering toys // Reindeer 9 delivering toys -// Reindeer 2 delivering toys // Reindeer 1 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys // Reindeer 5 delivering toys -// Reindeer 4 delivering toys // Reindeer 8 delivering toys -// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 3 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 6 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 5 meeting in the study // Elf 8 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 10 meeting in the study +// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys +// Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 3 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 4 meeting in the study -// Elf 5 meeting in the study +// Elf 9 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study +// Elf 7 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 5 meeting in the study // Elf 9 meeting in the study -// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys // Reindeer 9 delivering toys // Reindeer 7 delivering toys +// Reindeer 6 delivering toys // Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys // Reindeer 5 delivering toys -// Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 10 meeting in the study // Elf 2 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study +// Elf 1 meeting in the study // Elf 9 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 3 meeting in the study // Elf 4 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study +// Elf 10 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 9 meeting in the study // Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // Reindeer 1 delivering toys +// Reindeer 6 delivering toys // Reindeer 3 delivering toys -// Reindeer 4 delivering toys // Reindeer 9 delivering toys +// Reindeer 4 delivering toys // Reindeer 7 delivering toys -// Reindeer 8 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 1 meeting in the study +// Elf 6 meeting in the study // Elf 2 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 4 meeting in the study // Elf 5 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 8 meeting in the study +// Elf 1 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 1 meeting in the study -// Elf 10 meeting in the study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys -// Reindeer 5 delivering toys // Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // Reindeer 8 delivering toys // Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study +// Elf 5 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 4 meeting in the study // Elf 1 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study // Elf 9 meeting in the study +// Elf 4 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 3 meeting in the study -// Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 3 meeting in the study // Elf 6 meeting in the study -// Elf 9 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys // Reindeer 1 delivering toys +// Reindeer 7 delivering toys // Reindeer 2 delivering toys -// Reindeer 3 delivering toys // Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys // Reindeer 5 delivering toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study // Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 1 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 2 meeting in the study // Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 9 meeting in the study -// Elf 7 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 8 meeting in the study // Elf 7 meeting in the study +// Elf 2 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 1 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys +// Reindeer 2 delivering toys // Reindeer 6 delivering toys +// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys // Reindeer 3 delivering toys -// Reindeer 5 delivering toys // Reindeer 9 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 3 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 2 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 4 meeting in the study -// Elf 10 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 8 meeting in the study +// Elf 2 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys // Reindeer 6 delivering toys // Reindeer 7 delivering toys +// Reindeer 5 delivering toys +// Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys +// Reindeer 3 delivering toys // Reindeer 9 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study // Elf 5 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 8 meeting in the study -// Elf 3 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 4 meeting in the study +// Elf 3 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 10 meeting in the study +// Elf 5 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 2 meeting in the study // Elf 1 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 9 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 4 delivering toys // Reindeer 1 delivering toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// Elf 5 meeting in the study +// Elf 4 meeting in the study +// Elf 9 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 10 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 8 meeting in the study // Elf 2 meeting in the study +// Elf 5 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 9 meeting in the study // Elf 8 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 6 delivering toys // Reindeer 2 delivering toys // Reindeer 7 delivering toys -// Reindeer 5 delivering toys +// Reindeer 4 delivering toys // Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 4 delivering toys +// Reindeer 9 delivering toys +// Reindeer 5 delivering toys // Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 2 meeting in the study // Elf 1 meeting in the study -// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study +// Elf 3 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study // Elf 9 meeting in the study +// Elf 7 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 3 meeting in the study +// Elf 8 meeting in the study // Elf 4 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 1 meeting in the study // Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 6 meeting in the study -// Elf 3 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys // Reindeer 1 delivering toys +// Reindeer 3 delivering toys +// Reindeer 2 delivering toys // Reindeer 5 delivering toys -// Reindeer 7 delivering toys // Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys // Reindeer 4 delivering toys -// Reindeer 8 delivering toys // Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 6 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 3 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study +// Elf 6 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 1 meeting in the study // Elf 2 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study // Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 4 meeting in the study +// Elf 10 meeting in the study // Elf 5 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys // Reindeer 3 delivering toys // Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 5 delivering toys // Reindeer 1 delivering toys -// Reindeer 9 delivering toys +// Reindeer 6 delivering toys // Reindeer 7 delivering toys +// Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 3 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 8 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 9 meeting in the study -// Elf 3 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 2 meeting in the study +// Elf 4 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys // Reindeer 9 delivering toys +// Reindeer 2 delivering toys // Reindeer 7 delivering toys +// Reindeer 4 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys // Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 4 meeting in the study // Elf 5 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 8 meeting in the study +// Elf 9 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study // Elf 5 meeting in the study +// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 1 meeting in the study -// Elf 6 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 2 meeting in the study // Elf 8 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 6 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys +// Reindeer 5 delivering toys // Reindeer 6 delivering toys -// Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 2 delivering toys // Reindeer 4 delivering toys -// Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 5 delivering toys +// Reindeer 1 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 10 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study +// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 3 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 1 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys // Reindeer 2 delivering toys -// Reindeer 8 delivering toys // Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys // Reindeer 3 delivering toys +// Reindeer 7 delivering toys // Reindeer 4 delivering toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys -// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 4 meeting in the study +// Elf 1 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study // Elf 10 meeting in the study -// Elf 4 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 3 meeting in the study -// Elf 8 meeting in the study -// Elf 5 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 4 meeting in the study -// Elf 6 meeting in the study -// Elf 9 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 3 meeting in the study +// Elf 9 meeting in the study // Elf 4 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys +// Reindeer 2 delivering toys // Reindeer 1 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 3 delivering toys // Reindeer 8 delivering toys -// Reindeer 9 delivering toys +// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 3 meeting in the study // Elf 2 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 5 meeting in the study +// Elf 3 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 1 meeting in the study +// Elf 8 meeting in the study +// Elf 9 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 6 meeting in the study // Elf 1 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 5 meeting in the study // Elf 3 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 6 delivering toys // Reindeer 7 delivering toys // Reindeer 1 delivering toys -// Reindeer 6 delivering toys // Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys // Reindeer 2 delivering toys +// Reindeer 9 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 5 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 8 meeting in the study // Elf 5 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 1 meeting in the study -// Elf 6 meeting in the study +// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 1 meeting in the study -// Elf 2 meeting in the study +// Elf 10 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study +// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 9 meeting in the study // Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 4 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys +// Reindeer 6 delivering toys // Reindeer 8 delivering toys // Reindeer 5 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys // Reindeer 3 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 6 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study // Elf 2 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 3 meeting in the study // Elf 10 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study // Elf 5 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 6 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 5 meeting in the study +// Elf 1 meeting in the study // Elf 4 meeting in the study -// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 6 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys // Reindeer 1 delivering toys -// Reindeer 6 delivering toys +// Reindeer 3 delivering toys // Reindeer 8 delivering toys -// Reindeer 2 delivering toys // Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 4 delivering toys // Reindeer 5 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 7 meeting in the study // Elf 10 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 3 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 6 meeting in the study // Elf 5 meeting in the study -// Elf 7 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // Reindeer 7 delivering toys // Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys // Reindeer 5 delivering toys // Reindeer 3 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys // Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 6 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 3 meeting in the study // Elf 1 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study +// Elf 5 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study +// Elf 5 meeting in the study // Elf 10 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 4 meeting in the study +// Elf 6 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys // Reindeer 5 delivering toys +// Reindeer 1 delivering toys +// Reindeer 9 delivering toys // Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 4 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 7 meeting in the study -// Elf 1 meeting in the study +// Elf 8 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 5 meeting in the study // Elf 2 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study +// Elf 3 meeting in the study // Elf 1 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 4 meeting in the study // Elf 2 meeting in the study -// Elf 1 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys +// Reindeer 8 delivering toys // Reindeer 9 delivering toys +// Reindeer 7 delivering toys +// Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys // Reindeer 3 delivering toys -// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys -// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 2 meeting in the study -// Elf 7 meeting in the study +// Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 8 meeting in the study // Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 6 meeting in the study // Elf 5 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 9 meeting in the study // Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 4 delivering toys -// Reindeer 7 delivering toys // Reindeer 8 delivering toys -// Reindeer 3 delivering toys +// Reindeer 7 delivering toys // Reindeer 2 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys // Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 9 delivering toys +// Reindeer 5 delivering toys // Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study +// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 2 meeting in the study -// Elf 5 meeting in the study +// Elf 4 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 10 meeting in the study // Elf 8 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 7 meeting in the study -// Elf 6 meeting in the study +// Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study // Elf 7 meeting in the study // Elf 4 meeting in the study // ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 2 delivering toys // Reindeer 9 delivering toys // Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys // Reindeer 7 delivering toys +// Reindeer 1 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 6 meeting in the study // Elf 1 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 7 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 8 meeting in the study // Elf 6 meeting in the study -// Elf 4 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 9 meeting in the study // Elf 2 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 2 meeting in the study // Elf 10 meeting in the study +// Elf 3 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys // Reindeer 3 delivering toys // Reindeer 2 delivering toys +// Reindeer 6 delivering toys +// Reindeer 9 delivering toys +// Reindeer 7 delivering toys // Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 4 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 7 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 10 meeting in the study // Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 3 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 5 meeting in the study +// Elf 2 meeting in the study // Elf 9 meeting in the study // ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // Reindeer 9 delivering toys // Reindeer 4 delivering toys -// Reindeer 3 delivering toys // Reindeer 5 delivering toys -// Reindeer 6 delivering toys // Reindeer 2 delivering toys // Reindeer 7 delivering toys -// Reindeer 8 delivering toys +// Reindeer 1 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 5 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 3 meeting in the study +// Elf 1 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study // Elf 10 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 2 meeting in the study // Elf 10 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// Elf 10 meeting in the study +// Elf 4 meeting in the study +// Elf 1 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys // Reindeer 5 delivering toys -// Reindeer 8 delivering toys // Reindeer 9 delivering toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 2 delivering toys // Reindeer 4 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 5 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 4 meeting in the study +// Elf 6 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 4 meeting in the study +// Elf 5 meeting in the study // Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 7 meeting in the study -// Elf 6 meeting in the study +// Elf 2 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys // Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys // Reindeer 5 delivering toys -// Reindeer 8 delivering toys // Reindeer 9 delivering toys +// Reindeer 4 delivering toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 4 meeting in the study -// Elf 1 meeting in the study +// Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// Elf 7 meeting in the study +// Elf 1 meeting in the study +// Elf 5 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 2 meeting in the study // Elf 4 meeting in the study -// Elf 3 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 5 meeting in the study +// Elf 2 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 4 meeting in the study +// Elf 5 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys // Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys // Reindeer 2 delivering toys +// Reindeer 5 delivering toys // Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys // Reindeer 4 delivering toys -// Reindeer 1 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 10 meeting in the study +// Elf 9 meeting in the study // Elf 8 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 4 meeting in the study +// Elf 7 meeting in the study // Elf 2 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 6 meeting in the study +// Elf 1 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 2 meeting in the study // Elf 3 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 6 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 2 meeting in the study // Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys // Reindeer 1 delivering toys -// Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 3 delivering toys +// Reindeer 4 delivering toys // Reindeer 9 delivering toys // Reindeer 5 delivering toys -// Reindeer 4 delivering toys +// Reindeer 8 delivering toys // Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 7 meeting in the study // Elf 9 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 7 meeting in the study // Elf 2 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 10 meeting in the study // Elf 6 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 4 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 6 delivering toys // Reindeer 5 delivering toys +// Reindeer 8 delivering toys // Reindeer 1 delivering toys // Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys // Reindeer 4 delivering toys -// Reindeer 8 delivering toys +// Reindeer 3 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 9 meeting in the study +// Elf 1 meeting in the study // Elf 5 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 6 meeting in the study +// Elf 10 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // Elf 9 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 2 meeting in the study +// Elf 1 meeting in the study // Elf 7 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 5 meeting in the study -// Elf 6 meeting in the study +// Elf 3 meeting in the study +// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 3 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 7 delivering toys -// Reindeer 4 delivering toys // Reindeer 1 delivering toys +// Reindeer 2 delivering toys +// Reindeer 5 delivering toys // Reindeer 9 delivering toys // Reindeer 8 delivering toys // Reindeer 3 delivering toys -// Reindeer 2 delivering toys // Reindeer 6 delivering toys -// Reindeer 5 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study // Elf 6 meeting in the study +// Elf 1 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 2 meeting in the study // Elf 9 meeting in the study +// Elf 3 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 8 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 1 meeting in the study +// Elf 8 meeting in the study +// Elf 2 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 4 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys // Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys // Reindeer 5 delivering toys -// Reindeer 2 delivering toys +// Reindeer 9 delivering toys // Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 3 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 1 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study +// Elf 3 meeting in the study // Elf 5 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 3 meeting in the study // Elf 9 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study +// Elf 7 meeting in the study +// Elf 5 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 5 delivering toys -// Reindeer 9 delivering toys // Reindeer 6 delivering toys -// Reindeer 8 delivering toys // Reindeer 4 delivering toys // Reindeer 1 delivering toys // Reindeer 3 delivering toys -// Reindeer 7 delivering toys // Reindeer 2 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 5 meeting in the study +// Elf 9 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 2 meeting in the study // Elf 8 meeting in the study -// Elf 6 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 9 meeting in the study // Elf 10 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 2 meeting in the study +// Elf 6 meeting in the study // Elf 3 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 2 delivering toys +// Reindeer 1 delivering toys // Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys // Reindeer 6 delivering toys -// Reindeer 9 delivering toys +// Reindeer 4 delivering toys // Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 10 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 4 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 1 meeting in the study // Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 3 meeting in the study -// Elf 5 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys // Reindeer 2 delivering toys +// Reindeer 4 delivering toys // Reindeer 9 delivering toys // Reindeer 3 delivering toys // Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 7 meeting in the study // Elf 3 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 6 meeting in the study // Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 9 meeting in the study // Elf 7 meeting in the study // ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 5 meeting in the study +// Elf 10 meeting in the study +// ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 2 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys -// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys // Reindeer 3 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 2 meeting in the study // Elf 3 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 5 meeting in the study // Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study +// Elf 4 meeting in the study // Elf 6 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 3 meeting in the study // Elf 6 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys // Reindeer 5 delivering toys +// Reindeer 2 delivering toys // Reindeer 7 delivering toys -// Reindeer 4 delivering toys // Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys +// Reindeer 6 delivering toys // Reindeer 9 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 4 meeting in the study +// Elf 6 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 8 meeting in the study // Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 7 meeting in the study +// Elf 1 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 8 meeting in the study +// Elf 5 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study +// Elf 7 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // Reindeer 6 delivering toys +// Reindeer 1 delivering toys // Reindeer 3 delivering toys -// Reindeer 4 delivering toys // Reindeer 8 delivering toys +// Reindeer 5 delivering toys // Reindeer 7 delivering toys // Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 7 meeting in the study +// Elf 5 meeting in the study // Elf 1 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 1 meeting in the study // Elf 10 meeting in the study -// Elf 8 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 8 meeting in the study -// Elf 3 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 4 meeting in the study // Elf 3 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 1 meeting in the study -// Elf 2 meeting in the study +// Elf 4 meeting in the study +// Elf 10 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys +// Reindeer 8 delivering toys // Reindeer 7 delivering toys -// Reindeer 3 delivering toys // Reindeer 1 delivering toys -// Reindeer 8 delivering toys +// Reindeer 4 delivering toys // Reindeer 6 delivering toys +// Reindeer 5 delivering toys // Reindeer 2 delivering toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 8 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 1 meeting in the study +// Elf 8 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 3 meeting in the study +// Elf 10 meeting in the study // Elf 6 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 9 meeting in the study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 1 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 7 delivering toys +// Reindeer 8 delivering toys // Reindeer 6 delivering toys -// Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 8 delivering toys // Reindeer 5 delivering toys +// Reindeer 1 delivering toys // Reindeer 3 delivering toys // Reindeer 2 delivering toys // Reindeer 9 delivering toys -// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 2 meeting in the study // Elf 6 meeting in the study -// Elf 7 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 4 meeting in the study -// Elf 10 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 5 meeting in the study +// Elf 10 meeting in the study // Elf 1 meeting in the study +// Elf 3 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 6 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study +// Elf 4 meeting in the study // Elf 6 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys // Reindeer 3 delivering toys +// Reindeer 1 delivering toys // Reindeer 7 delivering toys // Reindeer 4 delivering toys -// Reindeer 9 delivering toys // Reindeer 6 delivering toys +// Reindeer 9 delivering toys // Reindeer 2 delivering toys -// Reindeer 5 delivering toys // Reindeer 8 delivering toys -// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 8 meeting in the study // Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 7 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 9 meeting in the study // Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 8 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study // Elf 6 meeting in the study +// Elf 4 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 8 meeting in the study // Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys // Reindeer 5 delivering toys -// Reindeer 1 delivering toys // Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys +// Reindeer 4 delivering toys // Reindeer 3 delivering toys // Reindeer 2 delivering toys +// Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 10 meeting in the study // Elf 1 meeting in the study -// Elf 4 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study // Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 6 meeting in the study +// Elf 2 meeting in the study // Elf 9 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study // Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 2 meeting in the study // Elf 5 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 6 delivering toys // Reindeer 2 delivering toys // Reindeer 1 delivering toys +// Reindeer 8 delivering toys // Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys // Reindeer 9 delivering toys -// Reindeer 8 delivering toys +// Reindeer 4 delivering toys // Reindeer 5 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 1 meeting in the study -// Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 7 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 5 meeting in the study +// Elf 10 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 1 meeting in the study +// Elf 8 meeting in the study // Elf 9 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 6 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // Reindeer 6 delivering toys // Reindeer 9 delivering toys -// Reindeer 2 delivering toys // Reindeer 7 delivering toys // Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys // Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study // Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 1 meeting in the study // Elf 2 meeting in the study +// Elf 1 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 7 meeting in the study // Elf 10 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 4 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 5 meeting in the study +// Elf 7 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys // Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys +// Reindeer 8 delivering toys // Reindeer 7 delivering toys +// Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study // Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 6 meeting in the study // Elf 2 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 8 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 6 meeting in the study // Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 2 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 4 meeting in the study -// Elf 2 meeting in the study +// Elf 5 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys // Reindeer 6 delivering toys // Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys // Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study +// Elf 4 meeting in the study // Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 7 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 6 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 4 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 8 meeting in the study // Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 10 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 5 meeting in the study // Elf 8 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 2 delivering toys // Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys // Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys +// Reindeer 4 delivering toys // Reindeer 8 delivering toys // Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 1 meeting in the study // Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 6 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 8 meeting in the study // Elf 4 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 6 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 3 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 10 meeting in the study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 7 delivering toys // Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys // Reindeer 1 delivering toys // Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys -// Reindeer 4 delivering toys // Reindeer 6 delivering toys +// Reindeer 2 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 2 meeting in the study -// Elf 1 meeting in the study +// Elf 5 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 6 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 10 meeting in the study // Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study // Elf 8 meeting in the study +// Elf 5 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 10 meeting in the study // Elf 1 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys +// Reindeer 2 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys // Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys // Reindeer 7 delivering toys +// Reindeer 4 delivering toys +// Reindeer 8 delivering toys // Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study +// Elf 8 meeting in the study // Elf 5 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 2 meeting in the study -// Elf 5 meeting in the study +// Elf 3 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study +// Elf 4 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 7 meeting in the study // Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 6 meeting in the study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 10 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // Reindeer 4 delivering toys // Reindeer 2 delivering toys -// Reindeer 6 delivering toys // Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys // Reindeer 1 delivering toys -// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 2 meeting in the study // Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 5 meeting in the study +// Elf 2 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 6 meeting in the study +// Elf 5 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 3 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 2 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 5 meeting in the study // Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study // Elf 10 meeting in the study // ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 5 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 6 meeting in the study // Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 8 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys -// Reindeer 4 delivering toys // Reindeer 6 delivering toys -// Reindeer 9 delivering toys // Reindeer 1 delivering toys // Reindeer 8 delivering toys // Reindeer 2 delivering toys -// Reindeer 5 delivering toys // Reindeer 3 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study // Elf 3 meeting in the study -// Elf 10 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 5 meeting in the study // Elf 2 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 2 meeting in the study +// Elf 9 meeting in the study +// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study // Elf 7 meeting in the study +// Elf 3 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 4 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys +// Reindeer 8 delivering toys // Reindeer 3 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys // Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys // Reindeer 7 delivering toys // Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 7 meeting in the study -// Elf 2 meeting in the study -// Elf 10 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study +// Elf 4 meeting in the study +// Elf 9 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 9 meeting in the study // Elf 3 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 6 meeting in the study +// Elf 5 meeting in the study // Elf 3 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 2 meeting in the study // Elf 8 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys // Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys +// Reindeer 3 delivering toys // Reindeer 1 delivering toys +// Reindeer 4 delivering toys // Reindeer 7 delivering toys +// Reindeer 2 delivering toys // Reindeer 6 delivering toys -// Reindeer 3 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study +// Elf 6 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 2 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study +// Elf 2 meeting in the study // Elf 5 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys // Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys // Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys // Reindeer 9 delivering toys +// Reindeer 1 delivering toys // Reindeer 2 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study // Elf 1 meeting in the study -// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 2 meeting in the study +// Elf 10 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 7 meeting in the study +// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study // Elf 5 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 3 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys // Reindeer 6 delivering toys +// Reindeer 4 delivering toys // Reindeer 3 delivering toys -// Reindeer 2 delivering toys // Reindeer 1 delivering toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys +// Reindeer 5 delivering toys // Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 5 meeting in the study +// Elf 7 meeting in the study // Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 3 meeting in the study // Elf 8 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 2 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 8 meeting in the study // Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study // Elf 10 meeting in the study +// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 8 meeting in the study // Elf 6 meeting in the study -// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys +// Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study +// Elf 7 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 2 meeting in the study +// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 4 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 10 meeting in the study -// Elf 5 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 9 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 10 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys +// Reindeer 4 delivering toys // Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys // Reindeer 3 delivering toys -// Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys // Reindeer 7 delivering toys +// Reindeer 2 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study +// Elf 1 meeting in the study // Elf 2 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 8 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 3 meeting in the study // Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 6 meeting in the study // Elf 1 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study +// Elf 6 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys // Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 2 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys // Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study +// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 6 meeting in the study +// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 7 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 4 meeting in the study // Elf 6 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 3 meeting in the study // Elf 1 meeting in the study -// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study // Elf 10 meeting in the study -// Elf 3 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 4 meeting in the study -// Elf 8 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 2 meeting in the study -// Elf 5 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys +// Reindeer 1 delivering toys // Reindeer 8 delivering toys // Reindeer 5 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys // Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys +// Reindeer 6 delivering toys // Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 3 meeting in the study +// Elf 6 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 10 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study // Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 1 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys // Reindeer 7 delivering toys -// Reindeer 5 delivering toys // Reindeer 6 delivering toys // Reindeer 9 delivering toys // Reindeer 3 delivering toys +// Reindeer 5 delivering toys // Reindeer 4 delivering toys +// Reindeer 8 delivering toys // Reindeer 1 delivering toys // Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study // Elf 9 meeting in the study -// Elf 10 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 3 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 6 meeting in the study +// Elf 4 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 1 meeting in the study // Elf 6 meeting in the study +// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study +// Elf 8 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys +// Reindeer 3 delivering toys // Reindeer 9 delivering toys +// Reindeer 8 delivering toys +// Reindeer 6 delivering toys // Reindeer 1 delivering toys -// Reindeer 4 delivering toys +// Reindeer 7 delivering toys // Reindeer 5 delivering toys -// Reindeer 6 delivering toys // Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 2 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys +// Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study // Elf 9 meeting in the study -// Elf 5 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 4 meeting in the study -// Elf 1 meeting in the study +// Elf 6 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study +// Elf 5 meeting in the study +// Elf 4 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study +// Elf 1 meeting in the study +// Elf 10 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study // Elf 2 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys // Reindeer 5 delivering toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys +// Reindeer 9 delivering toys // Reindeer 1 delivering toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys // Reindeer 3 delivering toys // Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 7 meeting in the study // Elf 5 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study // Elf 9 meeting in the study +// Elf 1 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study +// Elf 3 meeting in the study +// Elf 5 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 2 meeting in the study // Elf 9 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 4 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // Reindeer 7 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys // Reindeer 1 delivering toys // Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys // Reindeer 8 delivering toys // Reindeer 3 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 6 meeting in the study +// Elf 3 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 7 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study // Elf 5 meeting in the study -// Elf 6 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 7 meeting in the study // Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // Elf 3 meeting in the study -// Elf 4 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 3 delivering toys // Reindeer 7 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys +// Reindeer 6 delivering toys // Reindeer 9 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 1 meeting in the study // Elf 3 meeting in the study -// Elf 4 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 2 meeting in the study -// Elf 1 meeting in the study +// Elf 4 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 2 meeting in the study +// Elf 10 meeting in the study +// Elf 7 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 1 meeting in the study +// Elf 5 meeting in the study // Elf 10 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 6 meeting in the study +// Elf 9 meeting in the study // Elf 3 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 9 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys // Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys // Reindeer 6 delivering toys // Reindeer 8 delivering toys +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys +// Reindeer 3 delivering toys // Reindeer 7 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 5 meeting in the study // Elf 8 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 5 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 7 meeting in the study // Elf 1 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 10 meeting in the study -// Elf 8 meeting in the study +// Elf 4 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys +// Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 9 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 2 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 10 meeting in the study -// Elf 5 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 2 meeting in the study // Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 6 meeting in the study +// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 6 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study +// Elf 5 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys +// Reindeer 3 delivering toys // Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys +// Reindeer 5 delivering toys // Reindeer 2 delivering toys -// Reindeer 3 delivering toys // Reindeer 9 delivering toys -// Reindeer 8 delivering toys // Reindeer 7 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study @@ -5608,769 +5283,768 @@

The Santa Claus Problem

// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 4 meeting in the study +// Elf 5 meeting in the study // Elf 8 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 10 meeting in the study +// Elf 4 meeting in the study // Elf 7 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 7 meeting in the study // Elf 4 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study +// Elf 2 meeting in the study +// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // Elf 1 meeting in the study -// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study +// Elf 10 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys // Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 4 meeting in the study // Elf 3 meeting in the study +// Elf 5 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 7 meeting in the study +// Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study +// Elf 2 meeting in the study // Elf 10 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys // Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 5 delivering toys // Reindeer 8 delivering toys // Reindeer 2 delivering toys -// Reindeer 5 delivering toys // Reindeer 6 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study +// Elf 7 meeting in the study // Elf 2 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 1 meeting in the study +// Elf 4 meeting in the study // Elf 8 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 9 meeting in the study +// Elf 4 meeting in the study // Elf 3 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 9 meeting in the study +// Elf 10 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 2 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 9 meeting in the study +// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys -// Reindeer 5 delivering toys // Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys // Reindeer 4 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 3 meeting in the study -// Elf 1 meeting in the study +// Elf 9 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 10 meeting in the study +// Elf 2 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 3 meeting in the study // Elf 8 meeting in the study -// Elf 6 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study +// Elf 7 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys // Reindeer 8 delivering toys // Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys // Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys // Reindeer 9 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 6 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 5 meeting in the study -// Elf 6 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 5 meeting in the study -// Elf 8 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 3 meeting in the study // Elf 10 meeting in the study +// Elf 1 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 5 delivering toys // Reindeer 9 delivering toys // Reindeer 6 delivering toys -// Reindeer 7 delivering toys +// Reindeer 5 delivering toys +// Reindeer 4 delivering toys // Reindeer 8 delivering toys -// Reindeer 2 delivering toys // Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 10 meeting in the study +// Elf 8 meeting in the study // Elf 4 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 4 meeting in the study +// Elf 5 meeting in the study +// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 6 meeting in the study // Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 6 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 2 meeting in the study +// Elf 1 meeting in the study // Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 5 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys // Reindeer 4 delivering toys // Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys // Reindeer 3 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys // Reindeer 9 delivering toys -// Reindeer 7 delivering toys // Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 4 meeting in the study -// Elf 1 meeting in the study +// Elf 9 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 2 meeting in the study +// Elf 8 meeting in the study // Elf 3 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study +// Elf 2 meeting in the study // Elf 9 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 6 meeting in the study +// Elf 7 meeting in the study +// Elf 10 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 5 meeting in the study +// Elf 4 meeting in the study // Elf 8 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys +// Reindeer 9 delivering toys // Reindeer 3 delivering toys -// Reindeer 2 delivering toys // Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys // Reindeer 6 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 4 delivering toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 6 meeting in the study // Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 9 meeting in the study // Elf 2 meeting in the study -// Elf 1 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 3 meeting in the study // Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study +// Elf 1 meeting in the study // Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study +// Elf 9 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys // Reindeer 1 delivering toys -// Reindeer 3 delivering toys +// Reindeer 8 delivering toys // Reindeer 7 delivering toys +// Reindeer 3 delivering toys +// Reindeer 6 delivering toys +// Reindeer 9 delivering toys +// Reindeer 5 delivering toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 6 meeting in the study +// Elf 1 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 7 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study +// Elf 10 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study +// Elf 3 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study +// Elf 3 meeting in the study +// Elf 4 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 5 meeting in the study // Elf 6 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys // Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys // Reindeer 4 delivering toys +// Reindeer 6 delivering toys // Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys // Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 3 meeting in the study -// Elf 1 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 1 meeting in the study +// Elf 5 meeting in the study // Elf 9 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 7 meeting in the study // Elf 2 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 4 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 5 delivering toys -// Reindeer 3 delivering toys // Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys // Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 3 meeting in the study +// Elf 5 meeting in the study +// Elf 8 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 9 meeting in the study +// Elf 4 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 7 meeting in the study // Elf 2 meeting in the study -// Elf 1 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 1 meeting in the study // Elf 4 meeting in the study // Elf 6 meeting in the study // ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 6 delivering toys // Reindeer 3 delivering toys -// Reindeer 8 delivering toys // Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys // Reindeer 1 delivering toys // Reindeer 2 delivering toys -// Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 5 meeting in the study // Elf 8 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 7 meeting in the study -// Elf 3 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 6 meeting in the study -// Elf 1 meeting in the study +// Elf 2 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 8 meeting in the study // Elf 7 meeting in the study -// Elf 4 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 4 meeting in the study // Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys // Reindeer 2 delivering toys +// Reindeer 5 delivering toys +// Reindeer 6 delivering toys +// Reindeer 9 delivering toys +// Reindeer 7 delivering toys // Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 8 delivering toys // Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 1 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 10 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 7 meeting in the study // Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys // Reindeer 3 delivering toys // Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys // Reindeer 9 delivering toys -// Reindeer 6 delivering toys // Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 10 meeting in the study // Elf 3 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 1 meeting in the study // Elf 4 meeting in the study -// Elf 5 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study +// Elf 5 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys // Reindeer 6 delivering toys // Reindeer 2 delivering toys // Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys // Reindeer 1 delivering toys -// Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study +// Elf 3 meeting in the study // Elf 4 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 3 meeting in the study +// Elf 1 meeting in the study +// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 6 meeting in the study // Elf 2 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 1 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study +// Elf 7 meeting in the study // Elf 10 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys // Reindeer 9 delivering toys -// Reindeer 6 delivering toys +// Reindeer 2 delivering toys +// Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 5 meeting in the study +// Elf 9 meeting in the study // Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 9 meeting in the study -// Elf 5 meeting in the study +// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 4 meeting in the study // Elf 3 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 4 meeting in the study +// Elf 5 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 2 meeting in the study +// Elf 10 meeting in the study // Elf 6 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys +// Reindeer 9 delivering toys // Reindeer 2 delivering toys -// Reindeer 8 delivering toys // Reindeer 1 delivering toys +// Reindeer 8 delivering toys // Reindeer 4 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys // Reindeer 5 delivering toys // Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 5 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 5 meeting in the study // Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 3 meeting in the study // Elf 7 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study // Elf 5 meeting in the study +// Elf 4 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 3 delivering toys -// Reindeer 2 delivering toys +// Reindeer 8 delivering toys // Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys // Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys // Reindeer 9 delivering toys +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 7 meeting in the study // Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study +// Elf 7 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study // Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 3 meeting in the study // Elf 7 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // Elf 2 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 4 meeting in the study +// Elf 9 meeting in the study // Elf 3 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 10 meeting in the study +// Elf 6 meeting in the study // Elf 1 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study // Elf 8 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // Reindeer 1 delivering toys -// Reindeer 4 delivering toys // Reindeer 3 delivering toys -// Reindeer 9 delivering toys // Reindeer 6 delivering toys -// Reindeer 5 delivering toys +// Reindeer 4 delivering toys // Reindeer 2 delivering toys // Reindeer 7 delivering toys -// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 1 meeting in the study +// Elf 5 meeting in the study +// Elf 6 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study // Elf 6 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 7 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 3 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 9 meeting in the study // Elf 5 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 4 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 10 meeting in the study // Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 10 meeting in the study // Elf 5 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys +// Reindeer 1 delivering toys // Reindeer 5 delivering toys // Reindeer 2 delivering toys // Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys // Reindeer 6 delivering toys // Reindeer 3 delivering toys +// Reindeer 8 delivering toys // Reindeer 9 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 3 meeting in the study // Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 6 meeting in the study +// Elf 9 meeting in the study // Elf 4 meeting in the study +// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 7 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study @@ -6378,384 +6052,409 @@

The Santa Claus Problem

// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study // Elf 5 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study +// Elf 1 meeting in the study // Elf 5 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys // Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys // Reindeer 8 delivering toys -// Reindeer 2 delivering toys // Reindeer 4 delivering toys // Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study +// Elf 4 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 1 meeting in the study // Elf 10 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 7 meeting in the study +// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 9 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 9 meeting in the study +// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 5 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 1 meeting in the study // Elf 8 meeting in the study -// Elf 7 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 1 delivering toys -// Reindeer 9 delivering toys // Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys // Reindeer 5 delivering toys // Reindeer 3 delivering toys -// Reindeer 6 delivering toys // Reindeer 8 delivering toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 3 meeting in the study -// Elf 7 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study +// Elf 9 meeting in the study +// Elf 6 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 6 meeting in the study +// Elf 10 meeting in the study +// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study +// Elf 4 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 7 meeting in the study +// Elf 3 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 10 meeting in the study // Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 4 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys +// Reindeer 6 delivering toys // Reindeer 9 delivering toys // Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 3 delivering toys // Reindeer 5 delivering toys -// Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 10 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 5 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 9 meeting in the study // Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study // Elf 4 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 1 meeting in the study +// Elf 10 meeting in the study // Elf 9 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys +// Reindeer 6 delivering toys // Reindeer 8 delivering toys // Reindeer 2 delivering toys // Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys +// Reindeer 3 delivering toys // Reindeer 5 delivering toys // Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study // Elf 2 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 6 meeting in the study -// Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 10 meeting in the study -// Elf 7 meeting in the study +// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 1 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 9 meeting in the study -// Elf 5 meeting in the study +// Elf 6 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys +// Reindeer 2 delivering toys // Reindeer 8 delivering toys // Reindeer 7 delivering toys -// Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys // Reindeer 9 delivering toys // Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 1 meeting in the study +// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 9 meeting in the study // Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study +// Elf 5 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 7 meeting in the study +// Elf 3 meeting in the study // Elf 10 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 6 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 4 meeting in the study -// Elf 2 meeting in the study -// Elf 5 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 6 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 1 meeting in the study // Elf 3 meeting in the study +// Elf 6 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys // Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys // Reindeer 5 delivering toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys // Reindeer 7 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys // Reindeer 2 delivering toys // Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 5 meeting in the study // Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 9 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 8 meeting in the study +// Elf 4 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 2 meeting in the study +// Elf 9 meeting in the study // Elf 6 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// Elf 3 meeting in the study +// Elf 1 meeting in the study +// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 4 meeting in the study // Elf 5 meeting in the study -// Elf 2 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys // Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys // Reindeer 3 delivering toys // Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // Reindeer 7 delivering toys +// Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 2 meeting in the study +// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 8 meeting in the study // Elf 1 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 1 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 3 meeting in the study // Elf 10 meeting in the study +// Elf 6 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 2 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 3 meeting in the study -// Elf 7 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 2 delivering toys // Reindeer 7 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys // Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 4 meeting in the study // Elf 5 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 4 meeting in the study // Elf 5 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 3 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 4 meeting in the study -// Elf 9 meeting in the study +// Elf 2 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys // Reindeer 7 delivering toys -// Reindeer 3 delivering toys // Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys // Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys +// Reindeer 3 delivering toys // Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 2 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study +// Elf 10 meeting in the study // Elf 3 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study // Elf 6 meeting in the study +// Elf 7 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study // Elf 4 meeting in the study -// Elf 10 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 2 meeting in the study -// Elf 10 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 3 meeting in the study -// Elf 1 meeting in the study +// Elf 8 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys // Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys // Reindeer 9 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys // Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 10 meeting in the study // Elf 6 meeting in the study +// Elf 9 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 3 meeting in the study -// Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 8 meeting in the study +// Elf 6 meeting in the study // Elf 5 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 7 meeting in the study // Elf 9 meeting in the study -// Elf 2 meeting in the study +// Elf 1 meeting in the study // res0: Either[Throwable, Unit] = Left( // value = java.util.concurrent.TimeoutException: 2 seconds // )
diff --git a/theory/tvar.html b/theory/tvar.html index b9bd6712..1e50be35 100644 --- a/theory/tvar.html +++ b/theory/tvar.html @@ -125,13 +125,13 @@

TVar

import io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@23d2757a +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@176a8380 import stm._ val to = stm.commit(TVar.of(1)).unsafeRunSync() -// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@3b0e7d4b +// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@16c2ab50 val from = stm.commit(TVar.of(0)).unsafeRunSync() -// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@3356ba60 +// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@4a5340c3 val txn: Txn[(Int, Int)] = for { balance <- from.get @@ -141,7 +141,7 @@

TVar

res2 <- to.get } yield res1 -> res2 // txn: Txn[(Int, Int)] = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@3356ba60), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@4a5340c3), // f = <function1> // ) diff --git a/theory/txn.html b/theory/txn.html index 6dbd5002..dc26c1c0 100644 --- a/theory/txn.html +++ b/theory/txn.html @@ -132,7 +132,7 @@

Overviewimport io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@622448bd +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@4c8ec4d4 import stm._ val prog: IO[(Int, Int)] = for { @@ -150,10 +150,10 @@

Overview// prog: IO[(Int, Int)] = FlatMap( // ioe = FlatMap( // ioe = Uncancelable( -// body = cats.effect.IO$$$Lambda$11370/401417466@66c739a8, +// body = cats.effect.IO$$$Lambda$11425/1682337635@f2cb453, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2$$Lambda$11371/1838424095@72719f1c, +// f = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2$$Lambda$11426/1040063978@37b48409, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, @@ -171,13 +171,13 @@

Retriesimport io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@6f51610a +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@7315cb49 import stm._ val to = stm.commit(TVar.of(1)).unsafeRunSync() -// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@2f70adfd +// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@4987199b val from = stm.commit(TVar.of(0)).unsafeRunSync() -// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@70a5dbc2 +// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@2363a2d4 val txn: IO[Unit] = stm.commit { for { @@ -189,10 +189,10 @@

Retries// txn: IO[Unit] = FlatMap( // ioe = Uncancelable( -// body = cats.effect.IO$$$Lambda$11370/401417466@e5233b5, +// body = cats.effect.IO$$$Lambda$11425/1682337635@3064ee7d, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2$$Lambda$11371/1838424095@6aef4a44, +// f = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2$$Lambda$11426/1040063978@6d7624bb, // event = cats.effect.tracing.TracingEvent$StackTrace // )

txn.unsafeRunSync() will block until the transaction succeeds (or throws an @@ -208,13 +208,13 @@

OrElseimport io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@405a1da1 +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@1ccca34f import stm._ val to = stm.commit(TVar.of(1)).unsafeRunSync() -// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@1effb5a3 +// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@2207c700 val from = stm.commit(TVar.of(0)).unsafeRunSync() -// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@12fe252 +// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@3507d23b val transferHundred: Txn[Unit] = for { b <- from.get @@ -223,7 +223,7 @@

OrElse_ <- to.modify(_ + 100) } yield () // transferHundred: Txn[Unit] = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@12fe252), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@3507d23b), // f = <function1> // ) @@ -233,7 +233,7 @@

OrElse_ <- to.modify(_ + balance) } yield () // transferRemaining: Txn[Unit] = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@12fe252), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@3507d23b), // f = <function1> // ) @@ -245,11 +245,11 @@

OrElse// txn: Txn[(Int, Int)] = Bind( // txn = OrElse( // txn = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@12fe252), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@3507d23b), // f = <function1> // ), // fallback = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@12fe252), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@3507d23b), // f = <function1> // ) // ), @@ -266,13 +266,13 @@

Abortingimport io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@11823559 +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@69887bdc import stm._ val to = stm.commit(TVar.of(1)).unsafeRunSync() -// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@12595dd +// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@10a76b79 val from = stm.commit(TVar.of(0)).unsafeRunSync() -// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@62946af7 +// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@c8491aa val txn = for { balance <- from.get @@ -284,7 +284,7 @@

Aborting_ <- to.modify(_ + 100) } yield () // txn: Txn[Unit] = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@62946af7), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@c8491aa), // f = <function1> // )