2020 day 18
This commit is contained in:
parent
94715f152b
commit
7084b96b4b
5 changed files with 435 additions and 0 deletions
6
2020/18/test1.txt
Normal file
6
2020/18/test1.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
1 + 2 * 3 + 4 * 5 + 6
|
||||
1 + (2 * 3) + (4 * (5 + 6))
|
||||
2 * 3 + (4 * 5)
|
||||
5 + (8 * 3 + 9 + 3 * 4 * 3)
|
||||
5 * 9 * (7 * 3 * 3 + 9 * 3 + (8 + 6 * 4))
|
||||
((2 + 4 * 9) * (6 + 9 * 8 + 6) + 6) + 2 + 4 * 2
|
Loading…
Add table
Add a link
Reference in a new issue