Skip to content

Instantly share code, notes, and snippets.

@natalka1122
Created November 16, 2020 10:56
Show Gist options
  • Select an option

  • Save natalka1122/a9baa3bd610eb347ef5b0c314abe465d to your computer and use it in GitHub Desktop.

Select an option

Save natalka1122/a9baa3bd610eb347ef5b0c314abe465d to your computer and use it in GitHub Desktop.
11 BREW -2 0 -2 0 6 -1 -1 0 0 == price 6 length 7
12 BREW 0 0 -4 0 8 -1 -1 0 0 == price 8 length 13
13 BREW -2 -2 0 0 8 -1 -1 0 0 == price 8 length 5
14 BREW -2 0 -3 0 8 -1 -1 0 0 == price 8 length 11
15 BREW -3 -2 0 0 9 -1 -1 0 0 == price 9 length 6
16 BREW 0 -2 -2 0 10 -1 -1 0 0 == price 10 length 11
17 BREW 0 0 -5 0 10 -1 -1 0 0
18 BREW -2 0 0 -2 10 -1 -1 0 0 == price 10 length 9
19 BREW -2 -3 0 0 11 -1 -1 0 0 == price 11 length 8
20 BREW -3 0 0 -2 11 -1 -1 0 0 == price 11 length 10
21 BREW 0 -4 0 -2 12 -1 -1 0 0
22 BREW 0 0 -2 -2 12 -1 -1 0 0 == price 12 length 15
23 BREW 0 -2 -3 0 12 -1 -1 0 0 == price 12 length 15
24 BREW 0 -3 -2 0 13 -1 -1 0 0 == price 13 length 14
25 BREW 0 -2 0 -2 14 -1 -1 0 0 == price 14 length 13
26 BREW 0 0 -3 -2 14 -1 -1 0 0
27 BREW -2 0 0 -3 14 -1 -1 0 0 == price 14 length 14
28 BREW 0 -5 0 0 15 -1 -1 0 0 == price 15 length 12
29 BREW 0 0 0 -4 16 -1 -1 0 0
30 BREW 0 0 -2 -3 16 -1 -1 0 0
31 BREW 0 -3 0 -2 17 -1 -1 0 0 == price 17 length 16
32 BREW 0 -2 0 -3 18 -1 -1 0 0
33 BREW 0 0 0 -5 20 -1 -1 0 0
34 BREW -2 0 -1 -1 9 -1 -1 0 0 == price 9 length 8
35 BREW 0 -1 -2 -1 12 -1 -1 0 0 == price 12 length 13
36 BREW -1 -2 0 -1 12 -1 -1 0 0 == price 12 length 9
37 BREW -2 -2 -2 0 13 -1 -1 0 0 == price 13 length 12
38 BREW -2 0 -2 -2 15 -1 -1 0 0 == price 15 length 16
39 BREW -2 -2 0 -2 17 -1 -1 0 0 == price 17 length 14
40 BREW 0 -2 -2 -2 19 -1 -1 0 0
41 BREW -1 -1 -1 -1 12 -1 -1 0 0 == price 12 length 10
42 BREW -3 -1 -1 -1 14 -1 -1 0 0 == price 14 length 11
43 BREW -1 -1 -3 -1 16 -1 -1 0 0
44 BREW -1 -3 -1 -1 18 -1 -1 0 0 == price 18 length 15
45 BREW -1 -1 -1 -3 20 -1 -1 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment