Skip to content

Commit

Permalink
solve: 9655.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtjdgns committed Jul 5, 2023
1 parent 42b7f97 commit 50e5624
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Baekjoon/9655.Js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const input = require('fs').readFileSync('/dev/stdin').toString().trim()

console.log(+input%2 === 0 ? "CY" : "SK");

// 출처 : Baekjoon online judge, https://www.acmicpc.net/problem/9655

0 comments on commit 50e5624

Please sign in to comment.