1 line
46 B
Python
1 line
46 B
Python
print((lambda x : (x + 4) // 5)(int(input()))) |
print((lambda x : (x + 4) // 5)(int(input()))) |