Parse integers Sergey Svistunov

Compute the sum of integers read from STDIN as fast as possible.

Input: 50 000 000 lines, each containing one integer in the range [0; 2147483647].

629871117
2024562523
1372689083
1021777120
2111176472

Output: The uint64 sum of all numbers, printed as a decimal string.

Note: Integer overflow is expected – use a 64-bit accumulator.

Back to listApr 10, 2026 15:51Danylo MocherniukDanylo MocherniukScore: 4,733Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 11, 2026 09:394,55862,754,84234,845,0002,986,0002,297,856
2Apr 11, 2026 09:394,56363,866,66134,881,0002,989,0002,297,856
3Apr 11, 2026 09:384,57760,345,20835,993,0001,999,0002,396,160
4Apr 11, 2026 09:394,58859,056,76536,078,0002,004,0002,379,776
5Apr 10, 2026 15:514,59159,590,14336,099,0002,005,0002,297,856
6Apr 10, 2026 15:514,59660,915,10635,132,0003,011,0002,297,856
7Apr 11, 2026 09:384,60865,054,00137,243,0001,006,0002,392,064
8Apr 11, 2026 09:394,62064,858,20335,319,0003,027,0002,400,256
9Apr 11, 2026 09:394,62063,768,08335,317,0003,027,0002,404,352
10Apr 11, 2026 09:394,64160,638,06937,505,0001,013,0002,387,968
11Apr 10, 2026 15:514,64364,654,72135,496,0003,042,0002,297,856
12Apr 10, 2026 15:514,70862,150,16737,071,0002,003,0002,342,912
13Apr 10, 2026 15:514,73366,730,54436,262,0003,021,0002,297,856
14Apr 11, 2026 09:384,73859,848,51438,321,0001,008,0002,297,856
15Apr 11, 2026 09:394,74062,234,06036,319,0003,026,0002,400,256
16Apr 10, 2026 15:514,75460,550,55136,425,0003,035,0002,297,856
17Apr 10, 2026 15:514,82862,561,42538,070,0002,003,0002,297,856
18Apr 11, 2026 09:394,86163,000,59539,335,0001,008,0002,428,928
19Apr 11, 2026 09:394,86166,301,80237,320,0003,026,0002,297,856
20Apr 11, 2026 09:384,92066,935,10038,847,0001,992,0002,297,856
21Apr 10, 2026 15:514,95663,161,78839,125,0002,006,0002,297,856
22Apr 11, 2026 09:384,97968,124,15038,305,0003,024,0002,392,064
23Apr 10, 2026 15:514,99362,888,81738,406,0003,032,0002,297,856
24Apr 11, 2026 09:385,30465,662,41942,025,0002,001,0002,297,856