.LC0:
        .string "alphabet"
main:
        push    rbp
        mov     rbp, rsp
        push    rbx
        sub     rsp, 120
        mov     BYTE PTR [rbp-63], 97
        mov     BYTE PTR [rbp-62], 101
        mov     BYTE PTR [rbp-61], 105
        mov     BYTE PTR [rbp-60], 111
        mov     BYTE PTR [rbp-59], 117
        lea     rcx, [rbp-63]
        mov     rax, rcx
        mov     edx, 5
        lea     rcx, [rbp-58]
        mov     QWORD PTR [rbp-48], rcx
        nop
        nop
        lea     rcx, [rbp-58]
        mov     rsi, rax
        mov     rdi, rdx
        lea     rax, [rbp-96]
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::vector(std::initializer_list<char>, std::allocator<char> const&) [complete object constructor]
        lea     rax, [rbp-58]
        mov     rdi, rax
        call    std::__new_allocator<char>::~__new_allocator() [base object destructor]
        nop
        lea     rax, [rbp-57]
        mov     QWORD PTR [rbp-56], rax
        nop
        nop
        lea     rdx, [rbp-57]
        lea     rax, [rbp-128]
        mov     esi, OFFSET FLAT:.LC0
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string<std::allocator<char> >(char const*, std::allocator<char> const&)
        lea     rax, [rbp-57]
        mov     rdi, rax
        call    std::__new_allocator<char>::~__new_allocator() [base object destructor]
        nop
        mov     DWORD PTR [rbp-20], 0
        mov     DWORD PTR [rbp-24], 0
        jmp     .L7
.L17:
        lea     rax, [rbp-128]
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const
        mov     DWORD PTR [rbp-28], eax
        jmp     .L8
.L10:
        mov     eax, DWORD PTR [rbp-24]
        movsx   rdx, eax
        lea     rax, [rbp-96]
        mov     rsi, rdx
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::operator[](unsigned long)
        movzx   ebx, BYTE PTR [rax]
        mov     eax, DWORD PTR [rbp-28]
        movsx   rdx, eax
        lea     rax, [rbp-128]
        mov     rsi, rdx
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned long)
        movzx   eax, BYTE PTR [rax]
        cmp     bl, al
        sete    al
        test    al, al
        je      .L9
        add     DWORD PTR [rbp-20], 1
.L9:
        sub     DWORD PTR [rbp-28], 1
.L8:
        cmp     DWORD PTR [rbp-28], 0
        jns     .L10
        lea     rax, [rbp-128]
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const
        mov     DWORD PTR [rbp-32], eax
        jmp     .L11
.L13:
        mov     eax, DWORD PTR [rbp-24]
        movsx   rdx, eax
        lea     rax, [rbp-96]
        mov     rsi, rdx
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::operator[](unsigned long)
        movzx   ebx, BYTE PTR [rax]
        mov     eax, DWORD PTR [rbp-32]
        movsx   rdx, eax
        lea     rax, [rbp-128]
        mov     rsi, rdx
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned long)
        movzx   eax, BYTE PTR [rax]
        cmp     bl, al
        sete    al
        test    al, al
        je      .L12
        sub     DWORD PTR [rbp-20], 1
.L12:
        sub     DWORD PTR [rbp-32], 1
.L11:
        cmp     DWORD PTR [rbp-32], 0
        jns     .L13
        lea     rax, [rbp-128]
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const
        mov     DWORD PTR [rbp-36], eax
        jmp     .L14
.L16:
        mov     eax, DWORD PTR [rbp-24]
        movsx   rdx, eax
        lea     rax, [rbp-96]
        mov     rsi, rdx
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::operator[](unsigned long)
        movzx   ebx, BYTE PTR [rax]
        mov     eax, DWORD PTR [rbp-36]
        movsx   rdx, eax
        lea     rax, [rbp-128]
        mov     rsi, rdx
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned long)
        movzx   eax, BYTE PTR [rax]
        cmp     bl, al
        sete    al
        test    al, al
        je      .L15
        add     DWORD PTR [rbp-20], 1
.L15:
        sub     DWORD PTR [rbp-36], 1
.L14:
        cmp     DWORD PTR [rbp-36], 0
        jns     .L16
        add     DWORD PTR [rbp-24], 1
.L7:
        mov     eax, DWORD PTR [rbp-24]
        movsx   rbx, eax
        lea     rax, [rbp-96]
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::size() const
        cmp     rbx, rax
        setb    al
        test    al, al
        jne     .L17
        mov     eax, DWORD PTR [rbp-20]
        mov     esi, eax
        mov     edi, OFFSET FLAT:_ZSt4cout
        call    std::basic_ostream<char, std::char_traits<char> >::operator<<(int)
        mov     esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_
        mov     rdi, rax
        call    std::basic_ostream<char, std::char_traits<char> >::operator<<(std::basic_ostream<char, std::char_traits<char> >& (*)(std::basic_ostream<char, std::char_traits<char> >&))
        lea     rax, [rbp-128]
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string() [complete object destructor]
        lea     rax, [rbp-96]
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::~vector() [complete object destructor]
        mov     eax, 0
        jmp     .L26
        mov     rbx, rax
        lea     rax, [rbp-58]
        mov     rdi, rax
        call    std::__new_allocator<char>::~__new_allocator() [base object destructor]
        nop
        mov     rax, rbx
        mov     rdi, rax
        call    _Unwind_Resume
        mov     rbx, rax
        lea     rax, [rbp-57]
        mov     rdi, rax
        call    std::__new_allocator<char>::~__new_allocator() [base object destructor]
        nop
        jmp     .L21
        mov     rbx, rax
        lea     rax, [rbp-128]
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string() [complete object destructor]
.L21:
        lea     rax, [rbp-96]
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::~vector() [complete object destructor]
        mov     rax, rbx
        mov     rdi, rax
        call    _Unwind_Resume
.L26:
        mov     rbx, QWORD PTR [rbp-8]
        leave
        ret
.LC1:
        .string "basic_string: construction from null is not valid"
.LC2:
        .string "cannot create std::vector larger than max_size()"