???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................ELF          >          @       p7          @ 8 	 @                                                           8-      8-      8-                                P-      P-      P-                                 8      8      8      $       $                    x      x      x                             Std   x      x      x                             Ptd                     T       T              Qtd                                                  Rtd   8-      8-      8-                                  GNU E-ZY8EN                @ A             |CEqX                                                  1                                                                                         ,                       F   "                                                               R                                                                                                                                 c                     B                                              02                  (2                  (2              v                  __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize libcrypto.so.1.1 libpthread.so.0 libc.so.6 PySequence_Size PySequence_GetItem PyObject_RichCompareBool PyList_Type _PyObject_CallMethodId_SizeT _Py_NoneStruct PyList_Insert _Py_Dealloc _PyArg_ParseTupleAndKeywords_SizeT PyExc_ValueError PyErr_SetString __stack_chk_fail PyLong_FromSsize_t PyInit__bisect PyModule_Create2 _edata __bss_start _end GLIBC_2.4 GLIBC_2.2.5                                 v          ii        ui	         8-                   @-                   H-             H-       0             f      0                    0             @       0             S      (0                   80             @      @0             y      H0                   X0                   `0             &      h0                   x0                   0                   0                   0              0       1                   (1                   01                   81                   `1                   h1                   p1                   x1                   1                   1                   1                   1                   1                    2                   2                   2                   2                   /                    /                    /                    /                    /                    /                    /                    h/                    p/                    x/                    /         	           /         
           /                    /                    /                    /                    /                    /                    /                    HH#  HtH             52#  %3#   h    h   h   h   h   h   h   h   qh   ah	   Qh
   Ah   1%m"  D  %e"  D  %]"  D  %U"  D  %M"  D  %E"  D  %="  D  %5"  D  %-"  D  %%"  D  %"  D  %"  D  HA  H"  H5g  H919  Hn!  f     AWHHAVAUATUSHHdH%(   HD$81HD$     HD$H.  H#  LwL E1Lt$0L|$(LIH   M9}TK,,LHHHH   1LHH+         IM9M   H|$0LD$(H5!  H9wtb1LHg  H5"  QHtTH(H   H HL$8dH3%(      HH[]A\A]A^A_@ LeyLLy1H߉D$D$@HD$H"  P1HT$(RH  LL$8LD$@ZYtLd$ Ll$L|$(Lt$0MxIH   H5j  H912T@ AWHHAVAUATUSHHdH%(   HD$81HD$     HD$HU  HJ  LwL LLt$0L|$(IH       tkMIff.     @ K,LHHHH   1HLHm          LcM9|M   H|$0LD$(H5  H9w   1LH]  H5   GHtvH(H  H HL$8dH3%(      HH[]A\A]A^A_f.     L9~I# HD$D$ALLy1HD$H  P1HT$(RH  LL$8LD$@ZYtH\$ Ld$L|$(Lt$0HItL9IL;IHy17    AWHHAVAUATUSHHdH%(   HD$81HD$     HD$H   H   LwL E1Lt$0L|$(LIH  M9}R@ K,LHH~HH   1HLHm t^   uDLcM9|M   LHL$8dH3%(      HH[]A\A]A^A_    L9~Is HD$4D$HD$H  P1HT$(RH"  LL$8LD$@SZYt>Ld$ Ll$L|$(Lt$0MxIHF  H5  H91> AWHHAVAUATUSHHdH%(   HD$81HD$     HD$HuH   HD$H  P1HT$(RHm  LL$8LD$@ZY   Ld$ Ll$L|$(Lt$0M   I   M9}DK,,LHHHH   1LHH+twxou>IM9Mx`LHL$8dH3%(   u~HH[]A\A]A^A_f.     LeLwL E1Lt$0L|$(L=IHW1H߉D$QD$tH  H5  H9r1rfD  H=  H  H9tH  Ht	        H=  H5  H)HHH?HHtH]  HtfD      =}   u+UH=:   HtH=  9dU  ]     w      H=  [   HH           OO|nn:insort_left lo must be non-negative nO OO|nn:insort_right OO|nn:bisect_right OO|nn:bisect_left _bisect a x lo hi insert   insort_left(a, x[, lo[, hi]])

Insert item x in list a, and keep it sorted assuming a is sorted.

If x is already in a, insert it to the left of the leftmost x.

Optional args lo (default 0) and hi (default len(a)) bound the
slice of a to be searched.
    bisect_left(a, x[, lo[, hi]]) -> index

Return the index where to insert item x in list a, assuming a is sorted.

The return value i is such that all e in a[:i] have e < x, and all e in
a[i:] have e >= x.  So if x already appears in the list, i points just
before the leftmost x already there.

Optional args lo (default 0) and hi (default len(a)) bound the
slice of a to be searched.
                               insort_right(a, x[, lo[, hi]])

Insert item x in list a, and keep it sorted assuming a is sorted.

If x is already in a, insert it to the right of the rightmost x.

Optional args lo (default 0) and hi (default len(a)) bound the
slice of a to be searched.
 bisect_right(a, x[, lo[, hi]]) -> index

Return the index where to insert item x in list a, assuming a is sorted.

The return value i is such that all e in a[:i] have e <= x, and all e in
a[i:] have e > x.  So if x already appears in the list, i points just
beyond the rightmost x already there

Optional args lo (default 0) and hi (default len(a)) bound the
slice of a to be searched.
                              Bisection algorithms.

This module provides support for maintaining a list in sorted order without
having to sort the list after each insertion. For long lists of items with
expensive comparison operations, this can be an improvement over the more
common approach.
   ;P   	   4l      4       H      t         zR x  $          FJw ?:*3$"       D   h           \   \   P   FHB B(A0A8D
8A0A(B BBBE~HWA   $       zR x      ,          \         FHB B(A0A8D3
8A0A(B BBBKEHWA        !*       X   l  P   FHB B(A0A8D
8A0A(B BBBHoHWAX        FHB B(A0A8DHWA
8A0A(B BBBK   $                      GNU                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         H-             U              f              v                                        8-                           @-                    o    `                                
                                  P/                                         
                                	                             o           o          o           o          o    #                                                                                       P-                      0      @      P      `      p                                                                                                        f                    @      S                   @      y                         &                                                                                                             0                                                                                                                                                                                                                                                                                                             GA$3a1             _bisect.cpython-38-x86_64-linux-gnu.so-3.8.17-2.module_el8.9.0+3633+e453b53a.x86_64.debug   7zXZ  ִF !   t/X] ?Eh=ڊ2NK F\ة!3;zA"<zmKlvgbp͇F==p!1֝Qrn3O7.(NQجT2e ,3^RubB[ǿHv"*`0Ģ?^ͬᮠ*)OKX	z hy]yeFz
2Xka^sřZļ<Ad-x5O||Ft5vſۉ}zCUB
{ҕ'&cgj_N0c>=u!=ݣ\dil[ə]QQKCmcIw
M΂v"j5;-.ĪVM_n7/R6b/)%t̵tB=''d'A0L.Idv4Y2X Vhs6y3ZmBđÚ,7'?\ip`U	o.^|ps`WsCűO//A[5Hp("7!	h,r|.1ZkUJys- 
6l]\QZi8<- C/(SӔ9λ+'5n$(seFWdg*y	?uJg#u\Iy,YwLy}W<5H@]6DٽHg3%\ΜLN9PeO`t$pe>H!c'?hEv`omqω;p*SdX_c^_Ѽ)bZ(](UӽIَ>ȗ
pYs6ѱ0C 6   t:g    YZ .shstrtab .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt.sec .text .fini .rodata .eh_frame_hdr .eh_frame .note.gnu.property .init_array .fini_array .data.rel.ro .dynamic .got .data .bss .gnu.build.attributes .gnu_debuglink .gnu_debugdata                                                                                  8      8      $                                 o       `      `      4                             (                         (                          0                                                      8   o                   .                            E   o                   0                            T                                                    ^      B       
      
                                 h                                                       c                                                        n                                                      w                         U                             }                                                                                                                                         T                                           @      @      8                                          x      x                                                  8-      8-                                                @-      @-                                                H-      H-                                                 P-      P-                                               P/      P/                                                 0       0      (                                           (2      (2                                                  02`     (2      $                              
                     L2      `                                                   2                                                         D6      (                             