Help for this page

Select Code to Download


  1. or download this
    # After duplicates have been removed
    # @a = ( 20, 33, 60 );
    ...
    
    # @a = ( 33, 5 );
    # @b = ( 2, 4, 23 );
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
            n %= m;
        }
    }