# n=int(input())
# a = list(map(int, input().split()))
# for i in range(n) :
# for j in range(i,n) :
# print(a[j],end=' ')
# for j in range(i) :
# print(a[j],end=' ')
# print()
#
# a,b=map(int,input().split())
# c=list(map(int,input().split()))
# c.sort()
# for i in range(a) :
# print(c[i],end=' ')
# if (i+1)%b==0 :
# print()
top of page

기능을 테스트하려면 라이브 사이트로 이동하세요.
20250405
20250405
댓글 0개
좋아요
댓글(0)
bottom of page