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 12:58Danylo MocherniukDanylo MocherniukScore: 4,872Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 10, 2026 12:584,79968,305,56237,843,0001,991,0002,392,064
2Apr 10, 2026 12:584,80361,260,11537,824,0002,044,0002,297,856
3Apr 10, 2026 12:584,80967,542,04037,921,0001,995,0002,383,872
4Apr 10, 2026 12:584,83061,132,29338,085,0002,004,0002,297,856
5Apr 10, 2026 12:584,83966,976,52738,155,0002,008,0002,297,856
6Apr 10, 2026 12:584,83963,370,83739,158,0001,004,0002,392,064
7Apr 10, 2026 12:584,85962,713,22637,303,0003,024,0002,396,160
8Apr 10, 2026 12:584,86765,295,58237,365,0003,029,0002,387,968
9Apr 10, 2026 12:584,87165,391,53338,406,0002,021,0002,297,856
10Apr 10, 2026 12:584,87266,987,97837,406,0003,032,0002,392,064
11Apr 10, 2026 12:584,88767,079,71438,531,0002,027,0002,473,984
12Apr 10, 2026 12:584,89061,726,51738,554,0002,029,0002,396,160
13Apr 10, 2026 12:584,91568,498,04639,799,000994,0002,297,856
14Apr 10, 2026 12:584,91966,821,17336,848,0003,983,0002,289,664
15Apr 10, 2026 12:584,94571,838,85839,039,0002,002,0002,297,856
16Apr 10, 2026 12:584,96964,152,14740,238,0001,005,0002,392,064
17Apr 10, 2026 12:584,97264,764,19639,256,0002,013,0002,297,856
18Apr 10, 2026 12:585,11567,105,30840,433,0002,021,0002,297,856