코딩테스트/백준(Baekjoon)
[Baekjoon] 1008_A/B (Python)
매운쌀국수
2021. 9. 14. 20:30
A, B = map(int, input().split())
print(A/B)
자세한 설명은 [1000_A+B] 포스팅 참조