https://www.codechef.com/problems/KS2

Please help me to solve this problem I don’t understand that what i have to do

For every input n, you have to print the n-th number, whose sum of digits is divisible by 10
Example :
1 st number = 19
2 nd number = 28
3 rd number = 37 and so on

Is it the logic or the problem statement you need help with?

Try bruteforcing and notice any pattern