백준~문풀 후 최적화 추가~/BRONZEⅤ
[Python][1271] 엄청난 부자2
elesis
2022. 4. 23. 03:48
a, b = map(int, input().split())
print(a//b)
print(a%b)