Submit solution
Points:
5 (partial)
Time limit:
0.1s
Java
0.3s
Memory limit:
16M
Author:
Problem type
Lyestria is observing a group of
The frog numbered
Lyestria then asks you to compute the sum of the distances each frog must travel to get to their desired location.
Constraints
Input Specification
The first line contains one integer,
Output Specification
On one line, output one integer, the sum of the distances each frog must travel to get home.
Sample Input 1
Copy
4
Sample Output 1
Copy
8
Sample Input 2
Copy
5
Sample Output 2
Copy
12
Comments