Day 13 2022
This commit is contained in:
parent
5705ddcce5
commit
5b4ff86cfe
3 changed files with 542 additions and 0 deletions
23
Python/2022/13/sample
Normal file
23
Python/2022/13/sample
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[1,1,3,1,1]
|
||||
[1,1,5,1,1]
|
||||
|
||||
[[1],[2,3,4]]
|
||||
[[1],4]
|
||||
|
||||
[9]
|
||||
[[8,7,6]]
|
||||
|
||||
[[4,4],4,4]
|
||||
[[4,4],4,4,4]
|
||||
|
||||
[7,7,7,7]
|
||||
[7,7,7]
|
||||
|
||||
[]
|
||||
[3]
|
||||
|
||||
[[[]]]
|
||||
[[]]
|
||||
|
||||
[1,[2,[3,[4,[5,6,7]]]],8,9]
|
||||
[1,[2,[3,[4,[5,6,0]]]],8,9]
|
||||
Loading…
Add table
Add a link
Reference in a new issue