백준 1001번

wee·2025년 2월 5일

백준

목록 보기
2/3

제네레이터

import random

a = random.randint(1, 10)
b = random.randint(1, 10)

설명

a, b = map(int, input().split())
print(a - b)
profile
평범한 사람

0개의 댓글