- or download this
@a=qw(1 0 9 15 6);
@b=qw( 1 1 4 );
- or download this
1 0 9 15 6
1 1 4
__________+
1 1 1 7 0 (which corresponds to the program logic)
- or download this
1 0 9 15 6
1 1 4
__________+
10 9 2 7 0 (which corresponds to the rules of math)
- or download this
#!/usr/local/bin/perl
use strict;
...
}
print "@result";