Algorithm&DataStructures/StepByStep
[Algorithm] 백준알고리즘_Sum
리딩리드
2016. 8. 24. 17:29
Sum
1. Question
1) Enter a number N
2) Add the numbers from 1 to N
2. Solution