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