import std.stdio, std.array; void main() { writeln("ha".replicate(5)); }