-- Try yukicoder -- author: Leonardone @ NEETSDKASU main = interact $ return . (!!) (foldl1 (++) $ map show [0..100]) . read