horses.cpp: In function 'int init(int, int*, int*)':
horses.cpp:20:12: warning: conversion from 'll' {aka 'long long int'} to 'int' may change value [-Wconversion]
20 | return ans;
| ^~~
horses.cpp: In function 'int updateX(int, int)':
horses.cpp:23:17: warning: unused parameter 'pos' [-Wunused-parameter]
23 | int updateX(int pos, int val) {
| ~~~~^~~
horses.cpp:23:26: warning: unused parameter 'val' [-Wunused-parameter]
23 | int updateX(int pos, int val) {
| ~~~~^~~
horses.cpp: In function 'int updateY(int, int)':
horses.cpp:27:17: warning: unused parameter 'pos' [-Wunused-parameter]
27 | int updateY(int pos, int val) {
| ~~~~^~~
horses.cpp:27:26: warning: unused parameter 'val' [-Wunused-parameter]
27 | int updateY(int pos, int val) {
| ~~~~^~~