1
2
3
4
5
6
7
|
n=int(input())
scores=list(map(int,input().split()))
x,y=map(int,input().split())
absolute=0
for i in scores:
if i>=y: absolute+=1
print((n*x//100),absolute)
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
백준 20953 고고학자 예린 (0) | 2021.11.30 |
---|---|
백준 23756 노브 돌리기 (0) | 2021.11.30 |
백준 23303 이 문제는 D2 입니다. (0) | 2021.11.30 |
백준 23080 스키테일 암호 (0) | 2021.11.30 |
백준 23027 1번부터 문제의 상태가…? (0) | 2021.11.30 |
댓글