horses.cpp: In function 'int updateX(int, int)':
horses.cpp:20:1: warning: no return statement in function returning non-void [-Wreturn-type]
20 | }
| ^
horses.cpp:18:17: warning: unused parameter 'pos' [-Wunused-parameter]
18 | int updateX(int pos, int val) {
| ~~~~^~~
horses.cpp:18:26: warning: unused parameter 'val' [-Wunused-parameter]
18 | int updateX(int pos, int val) {
| ~~~~^~~
horses.cpp: In function 'int updateY(int, int)':
horses.cpp:24:1: warning: no return statement in function returning non-void [-Wreturn-type]
24 | }
| ^
horses.cpp:22:17: warning: unused parameter 'pos' [-Wunused-parameter]
22 | int updateY(int pos, int val) {
| ~~~~^~~
horses.cpp:22:26: warning: unused parameter 'val' [-Wunused-parameter]
22 | int updateY(int pos, int val) {
| ~~~~^~~
/usr/bin/ld: /tmp/cchE8y26.o: in function `main':
grader.c:(.text.startup+0xaa): undefined reference to `init(int, int*, int*)'
collect2: error: ld returned 1 exit status