Skip to content

Commit fc71850

Browse files
committed
update soft drinking
1 parent 549cdb3 commit fc71850

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

!codeforces/A. Soft Drinking.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
n,k,l,c,d,p,a,b=map(int,input().split());print(min(k*l//a,c*d,p//b)//n)

0 commit comments

Comments
 (0)