8 lines
86 B
Perl
8 lines
86 B
Perl
#!usr/bin/perl
|
|
|
|
use warnings;
|
|
use strict;
|
|
|
|
printf "% d\n% d\n", 547, -547;
|
|
|
|
|