Given the co-ordinates of a circle and the lower left and upper right coordinate of an axis parallel rectangle, you have to find their common area.
Sample input:
1 1 10
2 2 5 5
Sample output:
9
Problem Link: Here Please help me how can i solve this problem?
Thanks in advance.