void main() { import std.stdio, std.bigint; writeln(2.BigInt ^^ 64 * 2.BigInt ^^ 64); }