https://www.acmicpc.net/problem/1008
하하.. 요고는 1000번이랑 1001번이랑 거의 똑같으니 코드만 두고 생략하겠습니다!
int1, int2 = map(int, input().split())
print(int1 / int2)
'Python > 백준 알고리즘' 카테고리의 다른 글
[백준 알고리즘: python 3] #1010 - 다리 놓기 (0) | 2019.09.08 |
---|---|
[백준 알고리즘: python 3] #1009 - 분산 처리 (0) | 2019.09.07 |
[백준 알고리즘: python 3] #1007 - 벡터 매칭 (2) | 2019.09.06 |
[백준 알고리즘: python 3] #1006 - 습격자 초라기 (0) | 2019.09.05 |
[백준 알고리즘: python 3] #1005 - ACM Craft (0) | 2019.09.03 |