# def main(x) :
# if a+a > 0 :
# print(a)
# elif a+a <0 :
# print(-a)
# elif a+a ==0 :
# print(0)
#
# a = int(input())
# main(a)
# def f(x) :
# x = 0
# for i in range(len(a)):
# if a[i] == k:
# x = 1
# print(i + 1)
# break
#
# if x == 0:
# print(-1)
#
# n = int(input())
# a = list(map(int,input().split()))
# k = int(input())
# f(k)
top of page

실제 작동 상태를 확인하려면 라이브 사이트로 이동하세요.
20250524
20250524
댓글 0개
좋아요
댓글(0)
bottom of page