import std.stdio, std.conv, std.string, std.range, std.math, std.bigint, std.algorithm; void main() { int code; do { "%03s".writefln(code++); stdout.flush; } while (readln.strip != "unlocked"); }