← Back to List
24078번: 余り (Remainder) ↗
Solutions
Python 3
22 B | 22 chars
print(int(input())%21)