https://www.acmicpc.net/problem/1072 1072๋ฒ: ๊ฒ์ ๊นํํ์ ์ง๊ธ ๋ชฐ๋ Spider Solitaire(์คํ์ด๋ ์นด๋๋์ด)๋ฅผ ํ๊ณ ์๋ค. ํํ์ด๋ ์ด ๊ฒ์์ ์ด๊ธธ ๋๋ ์์์ง๋ง, ์ง ๋๋ ์์๋ค. ๋๊ตฐ๊ฐ์ ์์ ์ด ๋๊ปด์ง ํํ์ด๋ ๊ฒ์์ ์ค๋จํ๊ณ ์ฝ๋ฉ์ ํ๊ธฐ ์ www.acmicpc.net import sys input = sys.stdin.readline x, y = map(int, input().split()) z = int(100 * y / x) if z >= 99: print(-1) else: ans = 0 start = 0 end = 1000000000 while(start