Research portable Memory game | Исследовать портируемую игру Память
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
661B

  1. length is 0
  2. push
  3. length is 1
  4. back is 1 2
  5. pop
  6. length is 0
  7. push
  8. push
  9. length is 2
  10. 1 2
  11. 3 4
  12. erase [0]
  13. length is 1
  14. 3 4
  15. push
  16. 3 4
  17. 1 2
  18. clear
  19. length is 0
  20. extend
  21. length is 1
  22. ip points to [0] ? yes
  23. push
  24. 0 0
  25. 1 2
  26. erase [1]
  27. length is 1
  28. 0 0
  29. push
  30. 0 0
  31. 3 4
  32. back is 3 4
  33. copy
  34. cpy length is 2
  35. cpy 0 0
  36. cpy 3 4
  37. insert cpy[0]
  38. cpy length is 3
  39. cpy 5 6
  40. cpy 0 0
  41. cpy 3 4
  42. erase cpy [0] [1]
  43. cpy length is 1
  44. cpy 3 4
  45. inserta at cpy[1]
  46. cpy length is 3
  47. cpy 3 4
  48. cpy 0 0
  49. cpy 3 4
  50. free cpy
  51. length is 2
  52. resize to 30
  53. length is 30
  54. 0 0
  55. 3 4
  56. 0 0
  57. 0 0
  58. 0 0
  59. 0 0
  60. 0 0
  61. 0 0
  62. 0 0
  63. 0 0
  64. 0 0
  65. 0 0
  66. 0 0
  67. 0 0
  68. 0 0
  69. 0 0
  70. 0 0
  71. 0 0
  72. 0 0
  73. 0 0
  74. 0 0
  75. 0 0
  76. 0 0
  77. 0 0
  78. 0 0
  79. 0 0
  80. 0 0
  81. 0 0
  82. 0 0
  83. 0 0
  84. resize to 1
  85. length is 1
  86. resize to 0
  87. length is 0
  88. free