atcoder#ARC068A. [ABC053C] X: Yet Another Die Game
[ABC053C] X: Yet Another Die Game
Score : points
Problem Statement
Snuke has decided to play with a six-sided die. Each of its six sides shows an integer through , and two numbers on opposite sides always add up to .
Snuke will first put the die on the table with an arbitrary side facing upward, then repeatedly perform the following operation:
- Operation: Rotate the die toward one of the following directions: left, right, front (the die will come closer) and back (the die will go farther). Then, obtain points where is the number written in the side facing upward.
For example, let us consider the situation where the side showing faces upward, the near side shows and the right side shows , as illustrated in the figure. If the die is rotated toward the right as shown in the figure, the side showing will face upward. Besides, the side showing will face upward if the die is rotated toward the left, the side showing will face upward if the die is rotated toward the front, and the side showing will face upward if the die is rotated toward the back.
Find the minimum number of operation Snuke needs to perform in order to score at least points in total.
Constraints
- is an integer.
Input
The input is given from Standard Input in the following format:
Output
Print the answer.
7
2
149696127901
27217477801