Bedao Regular Contest 04 - SIMPLE

View as PDF

Submit solution


Points: 0.10 (partial)
Time limit: 1.0s
Memory limit: 256M
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, Go, Java, Kotlin, Pascal, PyPy, Python, Rust, Scratch

Một số nguyên dương được gọi là số tròn nếu như tổng các chữ số (trong hệ thập phân) của nó là bội của ~10~.

Hãy tìm số tròn nhỏ thứ ~N~.

Input

Số nguyên dương ~N~ ~(N \le 10^5)~.

Output

In ra số tròn thứ ~N~.

Sample Input

1

Sample Output

19

Sample Input

10

Sample Output

109

Comments

Please read the guidelines before commenting.



  • 0
    vudinhlong  commented on May 7, 2024, 7:42 a.m.

    Một cách giải khác khá hiệu quả (do mình đã bắt được quy luật)

    https://ideone.com/fXBIcl

    Nếu thấy hay cho mình xin upvote ạ ._.


  • -11
    tranquanglam  commented on Aug. 9, 2023, 6:17 a.m. edited

    This comment is hidden due to too much negative feedback. Show it anyway.


    • 0
      Putadao  commented on March 13, 2024, 3:42 a.m. edited

      tổng các chữ số mà bạn