#C. C - Remainder Minimization 2019

    传统题 1000ms 256MiB

C - Remainder Minimization 2019

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

C - Remainder Minimization 2019

Score : $300$ points

Problem Statement

You are given two non-negative integers $L$ and $R$. We will choose two integers $i$ and $j$ such that $L \leq i < j \leq R$. Find the minimum possible value of $(i \times j) \text{ mod } 2019$.

Constraints

  • All values in input are integers.
  • $0 \leq L < R \leq 2 \times 10^9$

Input

Input is given from Standard Input in the following format:

LL RR

Output

Print the minimum possible value of $(i \times j) \text{ mod } 2019$ when $i$ and $j$ are chosen under the given condition.


2020 2040
2

When $(i, j) = (2020, 2021)$, $(i \times j) \text{ mod } 2019 = 2$.


4 5
20

We have only one choice: $(i, j) = (4, 5)$.

2024春季入门组刷题营(五)

未参加
状态
已结束
规则
IOI
题目
8
开始于
2024-4-5 13:00
结束于
2024-4-5 15:00
持续时间
2 小时
主持人
参赛人数
6