horses.cpp: In function 'void Out(std::vector<long long int>)':
horses.cpp:11:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
#define REP(i,a,b) for(ll i=a; i<b; i++)
horses.cpp:20:29:
void Out(vector<ll> x) {REP(i,0,x.size()) {cout<<x[i]<<" ";} cout<<endl;}
~~~~~~~~~~~~
horses.cpp:20:25: note: in expansion of macro 'REP'
void Out(vector<ll> x) {REP(i,0,x.size()) {cout<<x[i]<<" ";} cout<<endl;}
^~~
horses.cpp: In function 'int init(int, int*, int*)':
horses.cpp:30:18: warning: conversion to 'll {aka long long int}' from '__gnu_cxx::__alloc_traits<std::allocator<long double> >::value_type {aka long double}' may alter its value [-Wfloat-conversion]
ll am = lx[0]+ly[0]; ll mx=am;
horses.cpp:33:19: warning: conversion to 'll {aka long long int}' from '__gnu_cxx::__alloc_traits<std::allocator<long double> >::value_type {aka long double}' may alter its value [-Wfloat-conversion]
am-=ly[i-1]; am+=ly[i]; am+= lx[i];
^
horses.cpp:33:30: warning: conversion to 'll {aka long long int}' from '__gnu_cxx::__alloc_traits<std::allocator<long double> >::value_type {aka long double}' may alter its value [-Wfloat-conversion]
am-=ly[i-1]; am+=ly[i]; am+= lx[i];
^
horses.cpp:33:42: warning: conversion to 'll {aka long long int}' from '__gnu_cxx::__alloc_traits<std::allocator<long double> >::value_type {aka long double}' may alter its value [-Wfloat-conversion]
am-=ly[i-1]; am+=ly[i]; am+= lx[i];
^
horses.cpp:39:31: warning: conversion to 'll {aka long long int}' from 'ld {aka long double}' may alter its value [-Wfloat-conversion]
ans*=10; ans%=mod; mx=(ld) ((mx)-(ld) (1));
^~~~~~~~~~~~~~~~~~~~
horses.cpp:43:12: warning: conversion to 'int' from 'll {aka long long int}' may alter its value [-Wconversion]
return ans;
^~~
horses.cpp: In function 'int updateX(int, int)':
horses.cpp:46:17: warning: unused parameter 'pos' [-Wunused-parameter]
int updateX(int pos, int val)
^~~
horses.cpp:46:26: warning: unused parameter 'val' [-Wunused-parameter]
int updateX(int pos, int val)
^~~
horses.cpp: In function 'int updateY(int, int)':
horses.cpp:51:17: warning: unused parameter 'pos' [-Wunused-parameter]
int updateY(int pos, int val)
^~~
horses.cpp:51:26: warning: unused parameter 'val' [-Wunused-parameter]
int updateY(int pos, int val)
^~~