2857.Playing with Paper

Time Limit: 1s Memory Limit: 256MB

One day Vasya was sitting on a not so interesting Maths lesson and making an origami from a rectangular a mm \times b mm sheet of paper (a \gt b). Usually the first step in making an origami is making a square piece of paper from the rectangular sheet by folding the sheet along the bisector of the right angle, and cutting the excess part. 2857_1.png After making a paper ship from the square piece, Vasya looked on the remaining (a-b) mm \times b mm strip of paper. He got the idea to use this strip of paper in the same way to make an origami, and then use the remainder (if it exists) and so on. At the moment when he is left with a square piece of paper, he will make the last ship from it and stop.Can you determine how many ships Vasya will make during the lesson?

Input Format(From the terminal/stdin)

Input The first line of the input contains two integers a, b (1 \le b \lt a \le 1012) - the sizes of the original sheet of paper.

Output Format(To the terminal/stdout)

Output Print a single integer - the number of ships that Vasya will make.

Sample Input 1

Copy
2 1
 · \n

Sample Output 1

Copy
2
 \n

Sample Input 2

Copy
10 7
  · \n

Sample Output 2

Copy
6
 \n

Sample Input 3

Copy
1000000000000 1
             · \n

Sample Output 3

Copy
1000000000000
             \n

Hints

Pictures to the first and second sample test. 2857_2.png

Submit

请先 登录

© 2025 FAQs