Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Testing Empty array...
  2. Test passed.
  3. Score for this part: 10/10
  4.  
  5. Testing All values equal...
  6.  
  7. Expected results and actual results do not match.
  8. Input data:
  9. 0 6.000000
  10. 1 6.000000
  11. 2 6.000000
  12. 3 6.000000
  13. 4 6.000000
  14. 5 6.000000
  15. 6 6.000000
  16. 7 6.000000
  17. 8 6.000000
  18. 9 6.000000
  19. 10 6.000000
  20. 11 6.000000
  21. 12 6.000000
  22. 13 6.000000
  23. 14 6.000000
  24.  
  25. i exp act
  26. 0 0 1
  27. 1 0 0
  28. 2 0 0
  29. 3 0 0
  30. 4 0 0
  31. 5 0 0
  32. 6 15 15
  33. 7 0 0
  34. 8 0 0
  35. 9 0 0
  36. 10 0 0
  37. 11 0 0
  38. 12 0 0
  39. 13 0 0
  40. 14 0 0
  41.  
  42. Test failed.
  43. Score for this part: 0/10
  44.  
  45. Testing One of each value...
  46.  
  47. Expected results and actual results do not match.
  48. Input data:
  49. 0 0.000000
  50. 1 1.000000
  51. 2 2.000000
  52. 3 3.000000
  53. 4 4.000000
  54. 5 5.000000
  55. 6 6.000000
  56. 7 7.000000
  57. 8 8.000000
  58. 9 9.000000
  59. 10 10.000000
  60. 11 11.000000
  61. 12 12.000000
  62. 13 13.000000
  63. 14 14.000000
  64.  
  65. i exp act
  66. 0 1 2
  67. 1 1 1
  68. 2 1 1
  69. 3 1 1
  70. 4 1 1
  71. 5 1 1
  72. 6 1 1
  73. 7 1 1
  74. 8 1 1
  75. 9 1 1
  76. 10 1 1
  77. 11 1 1
  78. 12 1 1
  79. 13 1 1
  80. 14 1 1
  81.  
  82. Test failed.
  83. Score for this part: 0/10
  84.  
  85. Testing Random values...
  86.  
  87. Expected results and actual results do not match.
  88. Input data:
  89. 0 6.601900
  90. 1 7.034893
  91. 2 3.802425
  92. 3 4.252254
  93. 4 8.979183
  94. 5 4.223870
  95. 6 3.299451
  96. 7 5.943720
  97. 8 7.873238
  98. 9 10.905226
  99. 10 8.160595
  100. 11 4.245102
  101. 12 0.640052
  102. 13 12.748164
  103. 14 0.992352
  104. 15 10.121617
  105. 16 8.674190
  106. 17 11.256276
  107. 18 0.447056
  108. 19 7.810989
  109. 20 14.104583
  110. 21 0.564415
  111. 22 12.433324
  112. 23 11.057534
  113. 24 7.747457
  114. 25 6.450881
  115. 26 3.462591
  116. 27 8.797422
  117. 28 14.751832
  118. 29 8.982868
  119. 30 8.070704
  120. 31 0.868558
  121. 32 14.472716
  122. 33 2.484361
  123. 34 8.405047
  124. 35 2.558941
  125. 36 13.621754
  126. 37 0.589950
  127. 38 3.416743
  128. 39 0.573218
  129. 40 2.747057
  130. 41 0.629859
  131.  
  132. i exp act
  133. 0 8 9
  134. 1 0 0
  135. 2 3 3
  136. 3 4 4
  137. 4 3 3
  138. 5 1 1
  139. 6 2 2
  140. 7 4 4
  141. 8 7 7
  142. 9 0 0
  143. 10 2 2
  144. 11 2 2
  145. 12 2 2
  146. 13 1 1
  147. 14 3 3
  148.  
  149. Test failed.
  150. Score for this part: 0/70
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement