Problem B
Elliptic Curve Point Multiplication
Languages
en
is
Let
Input
Input is three lines. First line consists of three integers,
Output
Output one line with the coordinates of
Sample Input 1 | Sample Output 1 |
---|---|
5 1 1 4 0 4 |
3 1 |
Sample Input 2 | Sample Output 2 |
---|---|
5 1 1 9 0 4 |
-1 -1 |