Sponsored
Use these hints if you're stuck. Try solving on your own first.
Fix one array.
Choose the next array and get the common elements.
Use the common elements as the new fixed array and keep merging with the rest of the arrays.
Solve with full IDE support and test cases