a, b = map(int,input().split())
print(a/b)
'알고리즘 > 백준' 카테고리의 다른 글
백준-1012번(유기농 배추)-python3 (0) | 2023.11.23 |
---|---|
백준-1011번(Fly me to the Alpha Centauri )-python3 (0) | 2023.11.23 |
백준-1003번(피보나치수열)-python (0) | 2023.11.23 |
백준-1002번(터렛)-python3 (0) | 2023.11.23 |
백준-1001번(A-B)python (2) | 2023.11.23 |