# a = int(input())
# for i in range(a):
# b = input()
# print(b[0], end='')
# print(b[-1])
# a = int(input())
# for i in range(a):
# b = input()
# if 6 <= len(b) <= 9:
# print('yes')
# else:
# print('no')
# a = int(input())
# b = int(input())
# c = int(input())
# list = [a, b, c]
# list.sort()
# print(list[1])
# a = int(input())
# list = 'WelcomeToSMUPC'
# a = a % 14
# print(list[a-1])
# while True:
# try:
# a, b = map(int, input().split())
# print(b//(a+1))
# except Exception as e:
# break
# a = input()
# b = input()
# c = 0
# d = 0
# for i in b:
# if int(i) % 2 != 0:
# c += 1
# else:
# d += 1
# if c > d:
# print('1')
# elif c < d:
# print('0')
# else:
# print('-1')top of page

실제 작동 상태를 확인하려면 라이브 사이트로 이동하세요.
2025-02-07
2025-02-07
댓글 0개
좋아요
댓글(0)
더 이상 게시물에 대한 댓글 기능이 지원되지 않습니다. 자세한 사항은 사이트 소유자에게 문의하세요.
bottom of page


