4 lines
37 B
Perl
4 lines
37 B
Perl
|
#!/usr/bin/perl -w
|
||
|
|
||
|
print 25, -4;
|