Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. F
  2. xxxx
  3. xxxx
  4. xxxx
  5. xxxx
  6. S
  7. 2;2,4
  8. V
  9. _OP(i1,i2)::SUM(i1,i2)
  10. R1
  11. EQ(CELLS(L),4)
  12. -EQ(TILES(L),1)
  13. --NOT(EQ(t1,c1))
  14. ---+0:t1,e,e,e
  15. --+L
  16. -EQ(TILES(L),2)
  17. --EQ(t1,t2)
  18. ---+_OP(t1,t2):_OP(t1,t2),e,e,e
  19. --NOT(AND(EQ(t1,c1),EQ(t2,c2)))
  20. ---+0:t1,t2,e,e
  21. --+L
  22. -EQ(TILES(L),3)
  23. --EQ(t1,t2)
  24. ---+_OP(t1,t2):_OP(t1,t2),t3,e,e
  25. --EQ(t2,t3)
  26. ---+_OP(t2,t3):t1,_OP(t2,t3),e,e
  27. --NOT(EQ(c4,e)
  28. ---+0:t1,t2,t3,e
  29. --+L
  30. -EQ(TILES(L),4)
  31. --EQ(t1,t2)
  32. ---EQ(t3,t4)
  33. ----+SUM(_OP(t1,t2),_OP(t3,t4)):_OP(t1,t2),_OP(t3,t4),e,e
  34. ---+_OP(t1,t2):_OP(t1,t2),t3,t4,e
  35. --_OP(t2,t3)
  36. ---++_OP(t2,t3):t1,_OP(t2,t3),t4,e
  37. --EQ(t3,t4)
  38. ---++_OP(t3,t4):t1,t2,_OP(t3,t4),e
  39. +L
  40. R2
  41. +2,4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement