import std.stdio, std.bigint; void main() { BigInt i; while (true) writeln(++i); }