password.cpp: In function 'int query(std::string)':
password.cpp:12:1: warning: no return statement in function returning non-void [-Wreturn-type]
12 | }
| ^
/usr/bin/ld: /tmp/ccR1Gk9O.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/ccxoCscR.o:password.cpp:(.text.unlikely+0x0): first defined here
/usr/bin/ld: /tmp/ccR1Gk9O.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccxoCscR.o:password.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status