Algorithm&DataStructures/StepByStep

[Algorithm] 백준알고리즘_OneNumber(한수)

리딩리드 2016. 9. 13. 18:02

OneNumber(한수)


1. Question    

- There is a integer X

- X has digit that is made of arithmetical sequence like 123, 468, 369

- You enter a number N( 1 <= N <=1000)

- To get a count of X within 1 <= N 

2. Solution