pattern (1) 썸네일형 리스트형 [C/C++] BOJ #1081 - Digit Sum When a number is given, you can find the sum of all its digits. For example, for 47, the sum is \(4+7=11\). This problem asks you to find the sum of the digits of all numbers within a given range. This problem is similar to problem #1019. The only difference is that while #1019 asks for the sum of digits from 1 up to a given number, this problem provides a starting number for the range. Also, #.. 이전 1 다음