horses.cpp: In function 'll init(ll, ll*, ll*)':
horses.cpp:14:12: warning: unused parameter 'N' [-Wunused-parameter]
14 | ll init(ll N, ll X[], ll Y[]) {
| ~~~^
horses.cpp: In function 'int updateX(int, int)':
horses.cpp:35:17: warning: unused parameter 'pos' [-Wunused-parameter]
35 | int updateX(int pos, int val) {
| ~~~~^~~
horses.cpp:35:26: warning: unused parameter 'val' [-Wunused-parameter]
35 | int updateX(int pos, int val) {
| ~~~~^~~
horses.cpp: In function 'int updateY(int, int)':
horses.cpp:39:17: warning: unused parameter 'pos' [-Wunused-parameter]
39 | int updateY(int pos, int val) {
| ~~~~^~~
horses.cpp:39:26: warning: unused parameter 'val' [-Wunused-parameter]
39 | int updateY(int pos, int val) {
| ~~~~^~~
/usr/bin/ld: /tmp/ccqEpyL8.o: in function `main':
grader.c:(.text.startup+0xaa): undefined reference to `init(int, int*, int*)'
collect2: error: ld returned 1 exit status