4 lines
40 B
Python
4 lines
40 B
Python
|
a=int(input())
|
||
|
print(a//13)
|
||
|
print(a%13)
|