From 4a53844707e761b1eb2ba0bd5bce2dca6429bf4e Mon Sep 17 00:00:00 2001 From: Yanagi Origami <82631512+YanagiOrigami@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:39:58 -0700 Subject: [PATCH] Problem 0 Sample Output Fix --- algorithmic/problems/0/statement.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/algorithmic/problems/0/statement.txt b/algorithmic/problems/0/statement.txt index 123f78ce3..55cb658a9 100644 --- a/algorithmic/problems/0/statement.txt +++ b/algorithmic/problems/0/statement.txt @@ -91,9 +91,9 @@ Input Output ``` 3 3 +2 0 0 0 +2 2 2 0 0 0 0 0 -2 0 1 0 -1 1 0 0 ``` This places the monomino at (0,0), rotates the triomino by 90° (R=1), and fits all shapes into a 3×3 rectangle. (Reflections are allowed, but not used in this example: F=0.) @@ -104,4 +104,4 @@ This places the monomino at (0,0), rotates the triomino by 90° (R=1), and fits Let $S$ be the set of all pieces from size 1-10. Each piece is chosen uniformly at random with replacement from $S$. -$n$ is chosen as $10^p$, where $p \sim U(2, 4)$. \ No newline at end of file +$n$ is chosen as $10^p$, where $p \sim U(2, 4)$.