[ create a new paste ] login | about

Link: http://codepad.org/Od1ERpyn    [ raw code | output | fork ]

Perl, pasted on Oct 7:
1
2
3
4
$a=5999856;
$b=99992800;
$c=100000000;
print $a*$a*$a+$b*$b*$b-$c*$c*$c;


Output:
1
0


Create a new paste based on this one


Comments: