horses.cpp: In function 'int init(int, int*, int*)':
horses.cpp:20:21: warning: conversion from 'long long int' to 'int' may change value [-Wconversion]
20 | return (v * y[i])%mod;
| ~~~~~~~~~~^~~~
horses.cpp:25:25: warning: conversion from 'long long int' to 'int' may change value [-Wconversion]
25 | return (v * y[N - 1])%mod;
| ~~~~~~~~~~~~~~^~~~
horses.cpp: In function 'int updateX(int, int)':
horses.cpp:28:17: warning: unused parameter 'pos' [-Wunused-parameter]
28 | int updateX(int pos, int val) {
| ~~~~^~~
horses.cpp:28:26: warning: unused parameter 'val' [-Wunused-parameter]
28 | int updateX(int pos, int val) {
| ~~~~^~~
horses.cpp: In function 'int updateY(int, int)':
horses.cpp:32:17: warning: unused parameter 'pos' [-Wunused-parameter]
32 | int updateY(int pos, int val) {
| ~~~~^~~
horses.cpp:32:26: warning: unused parameter 'val' [-Wunused-parameter]
32 | int updateY(int pos, int val) {
| ~~~~^~~