Help for this page

Select Code to Download


  1. or download this
    D:\>perl -MMath::BigInt -wle "$x = Math::BigInt->new(~0); $x++; while(
    +\"$x\" == ~0){$x++}; print $x;"
    18446744073709553665
    
  2. or download this
    D:\>perl -le "print 'ok' if 18446744073709553665 == 184467440737095546
    +00;"
    ok
    
  3. or download this
    D:\>perl -wle "print 'ok' if 18446744073709554600 == 18446744073709554
    +599;"
    ok