← Back to List

24309번: РАВЕНСТВО ↗

Solutions

Python 3
38 B | 38 chars
a,b,c=map(int,open(0))
print((b-c)//a)