https://www.acmicpc.net/problem/32498
1
2
3
4
|
if __name__ == '__main__':
n = int(input())
nums = [1 for num in range(n) if int(input()) % 2 == 1]
print(len(nums))
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
백준 4775 Spelling Be (1) | 2024.12.03 |
---|---|
백준 18698 The Walking Adam (0) | 2024.12.03 |
백준 32384 사랑은 고려대입니다 (0) | 2024.11.27 |
leetcode 3330. Find the Original Typed String I (0) | 2024.10.27 |
백준 32260 A + B (0) | 2024.10.27 |
댓글