# sum = 0
# b = 1
# while sum < a:
# sum = sum + b
# b = b + 1
#
# print(b-1)
# a = int(input())
# n = 0
# while a!= 0:
# print(' ' * n, '*' * a,sep='')
# a = a-1
# n = n + 1
# a, b, c, d = map(int,input().split())
# for i in range(d-1):
# a = a * b + c
#
# print(a)
top of page
기능을 테스트하려면 라이브 사이트로 이동하세요.
jh0212
2024년 2월 17일
2024 2 17
2024 2 17
댓글 0개
좋아요
댓글(0)
bottom of page