7 lines
78 B
Python
7 lines
78 B
Python
N = int(input()
|
|
P = []
|
|
last = 2
|
|
for _ in range(N):
|
|
|
|
# 골듭흐 파티션
|