Skip to content

Commit

Permalink
solve : 1008 A/B
Browse files Browse the repository at this point in the history
  • Loading branch information
wwan13 committed May 30, 2024
1 parent 263b65a commit 4664bf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/boj_1008.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
A,B = map(int,input().split())
print(A/B)

0 comments on commit 4664bf7

Please sign in to comment.