Googol division by uru

package
main
import(."bignum";o"os")func
main(){b:=make([]byte,9);o.Stdin.Read(b);c,_,_:=NatFromString(string(b),0);print(Nat(10).Pow(100).Div(c).String())}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page