Problem Description
We at juspay like to play with Maths. One of our
favourite topics is coordinate geometry. We
have been given n coordinates in a x-y plane,
and we have to find the number of squares that
are possible to be formed parallel to the axes.
Can you help juspay in solving the problem?
Answers
Answered by
2
Explanation:
#include #define PI 3.14159 #define TAB '\t' int main() { float r, area; std::cin>>r; area=PI*r*r; std::cout<<"Circle "<#include #define PI 3.14159 #define TAB '\t' int main() { float r, area; std::cin>>r; area=PI*r*r; std::cout<<"Circle "<#include #define PI 3.14159 #define TAB '\t' int main() { float r, area; std::cin>>r; area=PI*r*r; std::cout<<"Circle "<image
Similar questions