Given three positive int arrays of unique numbers. There is a need to find common numbers of all the arrays.
Example: [12; 11; 15; 8], [7; 3; 11; 18; 8], [1; 2; 11; 7; 8] --> [11, 8]
 
Test set 1
Result:
 
Test set 2
Result:
 
Test set 3
Result: