# boj, 1008 : a/b, python3 A, B = map(int,input()) print(A/B)
https://www.acmicpc.net/problem/1008
github