print( "3".zfill(3) )
print( "s".zfill(4) )
for x in range(3): print( str(x).zfill(4) )
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT