백준 - 9655 : 돌게임 (S5)

🏷️ python 🏷️ boj

수정일 : 2024-11-15


1N = int(input())
2print ('CY' if N%2==0 else 'SK')
  • 게임이론에서 기초 중 기초 문제이다