Problem A
Perica
—“I’m stopping by Žnidaršić’s house, you play the piano,
Perica.”
—“Ok, dad, I will!”
And so, Perica began playing the piano. His piano consists
of
Help Perica determine the remainder of that number modulo
Input
The first line of input contains two integers
Output
The first and only line of output must contain the required number from the task.
Sample Input 1 | Sample Output 1 |
---|---|
5 3 2 4 2 3 4 |
39 |
Sample Input 2 | Sample Output 2 |
---|---|
5 1 1 0 1 1 1 |
4 |
Sample Input 3 | Sample Output 3 |
---|---|
5 2 3 3 4 0 0 |
31 |