import std; void main() { int N; readf("%d\n", N); writefln("%03d", N); }