← Back to List

23320번: 홍익 절대평가 ↗

Solutions

Python 3
80 B | 80 chars
n,*s,x,y=map(int,open(0).read().split())
print(x*n//100,sum(i >= y for i in s))