h = int(input())
if h == 1:
print(2) # 1을 제외한 모든 2타워의 계산값은
else:
print(1) # 1이다.
'Algorithm(BOJ, Python) > Mathematics' 카테고리의 다른 글
[백준_13239] Combinations python (0) | 2022.07.31 |
---|---|
[백준_9655] 돌게임 python (0) | 2022.07.16 |
[백준_11051] 이항 계수 2 python (0) | 2022.07.12 |
[백준_1010] 다리놓기 python (0) | 2022.07.12 |