memory.cpp: In function 'void play()':
memory.cpp:15:32: error: request for member 'push_back' in '(& guessed.std::vector<std::vector<int> >::operator[](((std::vector<std::vector<int> >::size_type)(((int)a) - 65))))->std::vector<int>::operator[](0)', which is of non-class type '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'}
15 | guessed[int(a)-65][0].push_back(i);
| ^~~~~~~~~
memory.cpp:16:32: error: request for member 'push_back' in '(& guessed.std::vector<std::vector<int> >::operator[](((std::vector<std::vector<int> >::size_type)(((int)b) - 65))))->std::vector<int>::operator[](0)', which is of non-class type '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'}
16 | guessed[int(b)-65][0].push_back(i+1);
| ^~~~~~~~~