combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:38:1: warning: control reaches end of non-void function [-Wreturn-type]
38 | }
| ^
/usr/bin/ld: /tmp/ccx2FXG1.o: in function `press(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
grader.cpp:(.text+0x0): multiple definition of `press(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'; /tmp/ccqsyKU5.o:combo.cpp:(.text+0x0): first defined here
collect2: error: ld returned 1 exit status