Ad
  • Custom User Avatar

    Return True if every number in first array squared is in the second array else False.

    66^2 is 4356.
    4356 is not in the second array. Therefore, it is False.