Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false.
Example:
Input a = [2 3 4] Output b is true
Output is true since 2^2 is 4 and both 2 and 4 appear on the list.
Project Euler: Problem 5, Smallest multiple
201 Solvers
248 Solvers
588 Solvers
185 Solvers
07 - Common functions and indexing 1
253 Solvers
Opportunities for recent engineering grads.
Apply Today