Sachin's Love Letter-B

4

11 votes
Medium-Hard
Problem

Sachin wants to give a love letter to his girlfriend on valentines day. He is having a circular piece of paper of radius "r".

He wants to use rectangular piece of paper for letter writing whose length and breadth are integers. In how many ways can he do that.

NOTE : Rectangle of a * b and b * a are considered as different rectangles by Sachin.

** Input :** 1234

NOTE : You do not need to create a program for this problem you have to write your answers of given input in given code snippet

  • To see how to submit solution please check this link
Sample Input
2
Sample Output
8
Time Limit: 1
Memory Limit: 256
Source Limit:
Explanation

No Explanation,, you have to understand yourself.

Editor Image

?