consul.cpp: In function 'void solve(int)':
consul.cpp:27:17: warning: unused variable 'me' [-Wunused-variable]
27 | int me=kth(i);
| ^~
/tmp/cc83ENjW.o: In function `kth(int)':
grader.cpp:(.text+0x0): multiple definition of `kth(int)'
/tmp/ccr1i6Lg.o:consul.cpp:(.text+0x0): first defined here
/tmp/cc83ENjW.o: In function `cnt(int)':
grader.cpp:(.text+0xb0): multiple definition of `cnt(int)'
/tmp/ccr1i6Lg.o:consul.cpp:(.text+0xb0): first defined here
/tmp/cc83ENjW.o: In function `say_answer(int)':
grader.cpp:(.text+0x160): multiple definition of `say_answer(int)'
/tmp/ccr1i6Lg.o:consul.cpp:(.text+0x160): first defined here
/tmp/cc83ENjW.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccr1i6Lg.o:consul.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status