Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [
  2. {
  3. "array":[1,2,3],
  4. "n":1,
  5. "res":1
  6. },
  7. {
  8. "array":[1,2,3],
  9. "n":3,
  10. "res":[1,2,3]
  11. },
  12. {
  13. "array":[1,2,3],
  14. "n":0,
  15. "res":null
  16. },
  17. {
  18. "array":[1,2,3],
  19. "n":null,
  20. "res":1
  21. },
  22. {
  23. "array":[1,2,3],
  24. "res":1
  25. },
  26. {
  27. "array":[1,2,3],
  28. "n":"-2",
  29. "res":[1]
  30. }
  31. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement