horses.cpp: In function 'int init(int, int*, int*)':
horses.cpp:23:20: warning: conversion from 'long long int' to 'int' may change value [-Wconversion]
23 | return max_profit % MOD;
| ~~~~~~~~~~~^~~~~
horses.cpp: In function 'int updateX(int, int)':
horses.cpp:31:18: error: 'N' was not declared in this scope
31 | for (int i=0; i<N; i++) {
| ^
horses.cpp:36:20: warning: conversion from 'long long int' to 'int' may change value [-Wconversion]
36 | return max_profit % MOD;
| ~~~~~~~~~~~^~~~~
horses.cpp: In function 'int updateY(int, int)':
horses.cpp:44:18: error: 'N' was not declared in this scope
44 | for (int i=0; i<N; i++) {
| ^
horses.cpp:49:20: warning: conversion from 'long long int' to 'int' may change value [-Wconversion]
49 | return max_profit % MOD;
| ~~~~~~~~~~~^~~~~