← Back to List

34891번: MT 준비 ↗

Solutions

Python 3
53 B | 53 chars
a,b=map(int,input().split())
print((a//b)+int(a%b>0))