SP12855 TPORT - Teleport

Description

Little Aron has to visit the planets of one system. Imagine that the planets are ordered in line and labeled with the numbers **1, ..., n**. Aron has **n-1** teleports labeled with **1, 2, ..., n-1**. The teleport labeled with **t** could transmit only once, one human from a planet labeled with **m** to the planets with label **m+t** or **m-t**, if such planet exists. Using a space-stop Aron could go to the planet labeled with **k**, i.e. he starts his journey from a planet with a label **k**. For the given **n** and **k** you have to find the best way Aron can use the teleports in order to visit as many different planets of the system, as possible. ### Input First line containts two integers, **n** and **k** (1

Input Format

N/A

Output Format

N/A