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
'Algorithm&DataStructures > StepByStep' 카테고리의 다른 글
[Algorithm] 백준알고리즘_SelfNumber (0) | 2016.09.09 |
---|---|
[Algorithm] 백준알고리즘_SmallerThanX (0) | 2016.08.31 |
[Algorithm] 백준알고리즘_SecondLargest (0) | 2016.08.25 |
[Algorithm] 백준알고리즘_TestScore (0) | 2016.08.25 |
[Algorithm] 백준알고리즘_Sum (0) | 2016.08.24 |