Search

5. 백준_Python [1008] A/B

A,B=input().split() print(int(A)/int(B))
Python
복사