只用算術運算子,而不用 if 的解法:
print((int(input()) - 1) // 3 + 1)
只用算術運算子,而不用 if 的解法: print((int(input()) - 1) // 3 + 1)
print((int(input())+2) // 3)