python/2024-6-20-1.py

4 lines
40 B
Python
Raw Permalink Normal View History

2024-07-13 10:49:07 +08:00
a=int(input())
print(a//13)
print(a%13)