password.cpp: In function 'std::string guess(int, int)':
password.cpp:38:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
38 | if(b == slice.size()){
| ~~^~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccRlwApU.o: in function `query(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
grader.cpp:(.text+0x80): multiple definition of `query(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'; /tmp/cc0O8CIT.o:password.cpp:(.text+0x240): first defined here
/usr/bin/ld: /tmp/ccRlwApU.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/cc0O8CIT.o:password.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status