combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:8:18: error: could not convert 'c.std::__cxx11::basic_string<char>::operator[](((std::__cxx11::basic_string<char>::size_type)i))' from '__gnu_cxx::__alloc_traits<std::allocator<char>, char>::value_type' {aka 'char'} to 'std::string' {aka 'std::__cxx11::basic_string<char>'}
8 | if (press(c[i])) {
| ~~~~~^~~~~~
| |
| __gnu_cxx::__alloc_traits<std::allocator<char>, char>::value_type {aka char}
combo.cpp:22:10: error: 'll' was not declared in this scope
22 | for (ll i = 0; i < 2; i++) {
| ^~
combo.cpp:22:20: error: 'i' was not declared in this scope
22 | for (ll i = 0; i < 2; i++) {
| ^