floppy.cpp: In function 'int query(int, int)':
floppy.cpp:2:20: warning: statement has no effect [-Wunused-value]
2 | #define debug(...) 42
| ^~
floppy.cpp:26:9: note: in expansion of macro 'debug'
26 | debug(j, k);
| ^~~~~
floppy.cpp:2:20: warning: statement has no effect [-Wunused-value]
2 | #define debug(...) 42
| ^~
floppy.cpp:27:9: note: in expansion of macro 'debug'
27 | debug(s);
| ^~~~~
floppy.cpp:2:20: warning: statement has no effect [-Wunused-value]
2 | #define debug(...) 42
| ^~
floppy.cpp:28:9: note: in expansion of macro 'debug'
28 | debug(i + j);
| ^~~~~
floppy.cpp:2:20: warning: statement has no effect [-Wunused-value]
2 | #define debug(...) 42
| ^~
floppy.cpp:29:9: note: in expansion of macro 'debug'
29 | debug(i + k);
| ^~~~~
floppy.cpp:2:20: warning: statement has no effect [-Wunused-value]
2 | #define debug(...) 42
| ^~
floppy.cpp:30:9: note: in expansion of macro 'debug'
30 | debug(s[i + j], s[i + k]);
| ^~~~~
stub.cpp: In function 'void run2()':
stub.cpp:101:30: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
101 | if (query_answers.size() != M) {
| ~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/bin/ld: /tmp/ccruQOZC.o: in function `run2()':
stub.cpp:(.text+0x698): undefined reference to `solve_queries(int, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<int, std::allocator<int> > const&, std::vector<int, std::allocator<int> > const&)'
/usr/bin/ld: /tmp/ccruQOZC.o: in function `run1()':
stub.cpp:(.text+0xb1d): undefined reference to `read_array(int, std::vector<int, std::allocator<int> > const&)'
collect2: error: ld returned 1 exit status