class ArrayIntersectFuzzy:
""" Compute the array of common elements of all input integer arrays.
- Very large input paramenters may be ignored to speed up
+ Very large input parameters may be ignored to speed up
computation. Therefore, the result is a superset of common elements.
Input and output arrays are given as comma-separated lists.