일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- programmers
- 그리디
- 재귀함수
- BFS
- 이분탐색
- 다익스트라
- 정렬
- python
- Zip
- 카카오
- 자바
- Combinations
- dfs
- DateTime
- lambda
- 동적 계획법
- 파이썬
- Set
- 수학
- 추석맞이 코딩챌린지
- Re
- java
- divmod
- 백준
- 프로그래머스
- backjoon
- 위클리 챌린지
- 정규식
- heapq
- KAKAO BLIND RECRUITMENT
Archives
- Today
- Total
상상쓰
[백준] 돌 게임 본문
https://www.acmicpc.net/problem/9655
홀수 + 홀수 = 짝수
짝수 + 홀수 = 홀수
answer = 'SK' if int(input()) % 2 == 1 else 'CY'
print(answer)
'Coding Test' 카테고리의 다른 글
[프로그래머스] 최고의 집합 (0) | 2021.08.13 |
---|---|
[프로그래머스] 블록 게임 (0) | 2021.08.12 |
[백준] 평범한 배낭 (0) | 2021.08.11 |
[프로그래머스] 매출 하락 최소화 (0) | 2021.08.10 |
[프로그래머스] 2주차_상호평가 (0) | 2021.08.09 |
Comments