Fan Yamal (Uk Academy)
n=int(input()) d1=0 d2=0 sot=n//2 if n%3==0 and n%2==0: soa=n//3 print(soa) elif n%2==1: sotru=n-2 soc=(sotru//3)+1 d2+=soc print(d2) else: d1+=sot print(d1)