본문 바로가기
Beakjoon&프로그래머스/파이썬

[백준/파이썬] 28932번 Префиксы-суффиксы

by 현장 2024. 11. 19.

-Code

int(input())
list(map(int, input().split()))
print(1, 1)