Skip to content

Commit 18f2731

Browse files
authored
Update prompt_59.md
1 parent ea183a6 commit 18f2731

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

results/prompt_59.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Prompt #59: ASCII T-shape made of 5 blocks: center at (2,2) with arms (1,2)(2,2)(3,2)(2,1)(2,0). Rotate 180° in-plane and translate +4 in x. Print the new grid (width ≥ 8).
22

33
## OpenAI o3 (19 secs)
4+
```
45
..#.....
56
..#.....
67
.###....
8+
```
79

810
## Claude 4 Sonnet (12 secs)
911
I need to rotate the T-shape 180° around its center (2,2) and then translate it +4 in x direction.

0 commit comments

Comments
 (0)