-
-
Save waynejo/c3f9dc85f7162bec6295e55a0035b22b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(a) | |
각 달의 마지막 날을 부를 수 있으면 승리가 됨 | |
각 달의 마지막 날을 못부르는 경우 패배 | |
(b) | |
12월(홀수) 마지막날 = 승리, 1일, 홀수일 = 승리 | |
11월(짝수) = 패배 | |
10월(홀수) 마지막날 = 승리, 1일, 홀수일 = 승리 | |
9월(짝수) = 패배 | |
8월(홀수) 마지막날 = 승리, 1일, 홀수일 = 승리 | |
7월(홀수) = 패배 | |
6월(짝수) 마지막날 = 승리, 1일, 홀수일 = 패배 | |
5월(홀수) 마지막날 = 승리, 1일, 홀수일 = 승리 | |
4월(짝수) = 패배 | |
3월(홀수) 마지막날 = 승리, 1일, 홀수일 = 승리 | |
2월(짝수) = 패배 | |
1월(홀수) 마지막날 = 승리, 1일, 홀수일 = 승리 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment