consul.cpp: In function 'void solve(int)':
consul.cpp:20:22: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
20 | if(n%3==0&&cn>need || cn>=need)
| ~~~~~~^~~~~~~~~
consul.cpp:28:14: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
28 | if(n%3==0&&cn>need || cn>=need)
| ~~~~~~^~~~~~~~~
/tmp/ccDIw7Hi.o: In function `kth(int)':
grader.cpp:(.text+0x0): multiple definition of `kth(int)'
/tmp/ccPX0bqB.o:consul.cpp:(.text+0x0): first defined here
/tmp/ccDIw7Hi.o: In function `cnt(int)':
grader.cpp:(.text+0xb0): multiple definition of `cnt(int)'
/tmp/ccPX0bqB.o:consul.cpp:(.text+0xb0): first defined here
/tmp/ccDIw7Hi.o: In function `say_answer(int)':
grader.cpp:(.text+0x160): multiple definition of `say_answer(int)'
/tmp/ccPX0bqB.o:consul.cpp:(.text+0x160): first defined here
/tmp/ccDIw7Hi.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccPX0bqB.o:consul.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status