#AGC046A. [AGC046A] Takahashikun, The Strider

[AGC046A] Takahashikun, The Strider

Score : 200200 points

Problem Statement

Takahashi is standing on a two-dimensional plane, facing north. Find the minimum positive integer KK such that Takahashi will be at the starting position again after he does the following action KK times:

  • Go one meter in the direction he is facing. Then, turn XX degrees counter-clockwise.

Constraints

  • 1X1791 \leq X \leq 179
  • XX is an integer.

Input

Input is given from Standard Input in the following format:

XX

Output

Print the number of times Takahashi will do the action before he is at the starting position again.

90
4

Takahashi's path is a square.

1
360