Help for this page

Select Code to Download


  1. or download this
    {print STDERR "1"; "x" x 2**20}
    {print STDERR "2"; "x" x 2**20}
    {print STDERR "3"; "x" x 2**20}
    
  2. or download this
    $ strace -e mmap,munmap,write ./903114.pl
    ...
    ...
    munmap(0x7fe6d5d0e000, 1052672)         = 0
    munmap(0x7fe6d5e0f000, 1052672)         = 0
    munmap(0x7fe6d7315000, 1052672)         = 0
    
  3. or download this
    $ perl -MO=Concise,-exec ./903114.pl
    ...
    ...
    12 <$> const[IV 1048576] s
    13 <2> repeat[t9] vK/2          <---
    ...