Problem horses
User LCJLY
Submission Time 2023-12-09 16:59:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

horses.cpp: In function ‘long long int solve()’:
horses.cpp:75:54: error: expected ‘)’ before ‘;’ token
75 | best=max(best,(st.query(last,it.first-1)*multi%mod);
| ~ ^
| )