Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Finding sum of all digits from 1 to 1 million.

by lhoward (Vicar)
on Jan 24, 2002 at 00:17 UTC ( [id://141010]=note: print w/replies, xml ) Need Help??


in reply to Finding sum of all digits from 1 to 1 million.

With deference to jeffa and Ovid: you did not answer the right question. What vladb was asking for was "find the sum of all decimal digits appearing in the natural numbers from one to one million inclusive", not "find hte sum of all integers from 1 to one million inclusive".
  • Comment on Re: Finding sum of all digits from 1 to 1 million.

Replies are listed 'Best First'.
Re: Re: Finding sum of all digits from 1 to 1 million.
by little (Curate) on Jan 24, 2002 at 00:22 UTC
    mh, ok, repeat after me *grin*:
    ALL INTEGERS BIGGER THAN 0 ARE NATURAL NUMBERS !

    Have a nice day
    All decision is left to your taste
    Update:
    Uhm ok, seems I got you wrong here.
    so did you mean the solution would more look alike
    $ perl -e '$sum += length($_) for ( 1..1000000 );print $sum'
    But then I ask myself if that question is not much more tricky, cause there are only 10 decimal numbers we use to represent all numbers. So what is teh right answer though?
    the result of the above, as it is 5888896 or simply 10?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://141010]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 12:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found