Submit | All submissions | Best solutions | Back to list |
NTG - NT Games |
Katniss Everdeen after participating in Hunger Games now wants to participate in Number Theory Games.
As she begins President Snow provides her a number k. Then, she has to defend t back to back attacks from Haymitch Abernathy for practice. In each attack Haymitch Abernathy gives two numbers l and r, for defense she has to compute :

As she is new to number theory, help her by computing given expression.
Input
First line contain an integer, i.e. k.
Second line contain an integer, i.e. t.
Each of next t lines contain two integers, i.e. l and r.
Constraints
1 ≤ k ≤ 105
1 ≤ t ≤ 105
1 ≤ l ≤ r ≤ 105
Output
For each attack output the value of the expression.
Example
Input: 1 1 1 5 Output: 26
Added by: | anupamwadhwa |
Date: | 2017-12-02 |
Time limit: | 0.5s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |
Resource: | Code Rush 2017, IIT (ISM), Dhanbad |
hide comments
2017-12-03 10:15:07 wisfaq
@Anupam: Thanks. |
|
2017-12-03 03:36:58
Language restriction Removed |
|
2017-12-02 21:45:25 wisfaq
Nice problem. Please remove language restrictions. |