package main import."bignum"func main(){a,i:=Nat(2),0;for;i<=99;i++{a=a.Pow(10).Mod(Nat(10).Pow(1e3))}print(a.String())}