Test an input to see whether it is an integer or a floating point number. If it is an integer return 1 for 'true'. Otherwise return 0 for 'false'.
Examples
1. x=1 y=1
2. x=1.5 y=0
3. x=0 y=1
4840 Solvers
Sort a list of complex numbers based on far they are from the origin.
3792 Solvers
Reverse the elements of an array
562 Solvers
279 Solvers
313 Solvers
Solution 530459
More test cases are needed to prevent answers like this.