import sequtils import strutils import strformat var N: int = stdin.readLine().parseInt() echo(fmt"{N:03}")