문익호의 화분

1008번 : A/B (Python3) 본문

무니코딩/백준

1008번 : A/B (Python3)

moonico 2022. 2. 28. 00:03

a,b=map(int,input().split())
print(a/b)

'무니코딩 > 백준' 카테고리의 다른 글

10926번 : ??! (Python3)  (0) 2022.03.01
10869번 : 사칙연산 (Python3)  (0) 2022.03.01
10998번 : A×B (Python3)  (0) 2022.02.27
1001번 : A-B (Python3)  (0) 2022.02.27
1000번 : A+B (Python3)  (0) 2022.02.27
Comments