Problem A
Elliptic Curve Addition
Languages
en
is
Let
Input
First line consists of three integers,
Output
Output one line with the coordinates of
Sample Input 1 | Sample Output 1 |
---|---|
13 0 1 5 3 2 3 |
6 10 |
Sample Input 2 | Sample Output 2 |
---|---|
17 1 0 11 13 11 4 |
-1 -1 |