We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f830f commit 5664f43Copy full SHA for 5664f43
minji/개인문제풀이/돌 게임.java
@@ -12,6 +12,12 @@ public static void main(String[] args) throws Exception {
12
output();
13
}
14
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
+ */
21
private static String solution() {
22
int pick3StoneTurn = N / 3;
23
int pick1StoneTurn = N % 3;
0 commit comments