From 5fc06e96f89d1c6d6ce0157db748501858807c3e Mon Sep 17 00:00:00 2001 From: aiden0413 Date: Thu, 30 Oct 2025 17:49:01 +0900 Subject: [PATCH] =?UTF-8?q?[6=EC=A3=BC=EC=B0=A8]=209655=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=ED=92=80=EC=9D=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seokjun/week6/9655.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 seokjun/week6/9655.py diff --git a/seokjun/week6/9655.py b/seokjun/week6/9655.py new file mode 100644 index 0000000..b3c766a --- /dev/null +++ b/seokjun/week6/9655.py @@ -0,0 +1 @@ +print('CY' if int(input())%2==0 else 'SK') \ No newline at end of file