xxxxxxxxxx
import std.algorithm, std.range, std.stdio;
void main()
{
"abc".repeat(1000).joiner.writeln;
}