Azienda coinvolta
Write a function to find the smaller common integer in 2 given arrays.
Anonimo
#/usr/bin/perl @a1 = qw/1 2 3 4 5 6/; @a2 = qw/6 7 8 6 9 2 5/; map { $c{$_} = undef } @a1; print ((sort grep { exists $c{$_} } @a2)[0]); # prints '2'
Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.
Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.