Skip to content

Commit 5664f43

Browse files
authored
[돌 게임] 다른 사람 풀이 방식 주석으로 추가
1 parent 45f830f commit 5664f43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

minji/개인문제풀이/돌 게임.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ public static void main(String[] args) throws Exception {
1212
output();
1313
}
1414

15+
16+
/*
17+
if(n%2 == 1) System.out.println("SK");
18+
else System.out.println("CY");
19+
https://www.acmicpc.net/source/68991682
20+
*/
1521
private static String solution() {
1622
int pick3StoneTurn = N / 3;
1723
int pick1StoneTurn = N % 3;

0 commit comments

Comments
 (0)