Modular Exponentiation 2 by notogawa

m@main=getLine>>=print.f.map read.words>>m
f[a,b,c]=mod(a^mod b 2*f[a,div b 2,c]^min 2b)c

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

download

return to the top page