zoukankan      html  css  js  c++  java
  • ural 1353. Milliard Vasya's Function(dp)

    1353. Milliard Vasya's Function

    Time limit: 1.0 second Memory limit: 64 MB
    Vasya is the beginning mathematician. He decided to make an important contribution to the science and to become famous all over the world. But how can he do that if the most interesting facts such as Pythagor’s theorem are already proved? Correct! He is to think out something his own, original. So he thought out the Theory of Vasya’s Functions. Vasya’s Functions (VF) are rather simple: the value of the Nth VF in the point S is an amount of integers from 1 to N that have the sum of digitsS. You seem to be great programmers, so Vasya gave you a task to find the milliard VF value (i.e. the VF with N = 109) because Vasya himself won’t cope with the task. Can you solve the problem?

    Input

    Integer S (1 ≤ S ≤ 81).

    Output

    The milliard VF value in the point S.

    Sample

    inputoutput
    1
    
    10
  • 相关阅读:
    二叉树的遍历
    深度优先遍历和广度优先遍历
    N的阶乘末尾有多少个0
    框架产生的历史
    Ansible--初始ansible
    日积跬步05
    日积跬步04
    日积跬步03
    日积跬步02
    日积跬步01
  • 原文地址:https://www.cnblogs.com/zhangchengbing/p/3307819.html
Copyright © 2011-2022 走看看