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 listMar 16, 2026 11:25KeefeKeefeScore: 6,928Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 16, 2026 11:276,84184,952,26854,787,0001,992,0002,506,752
2Mar 16, 2026 11:256,84382,784,10254,808,0001,993,0002,289,664
3Mar 16, 2026 11:256,84587,148,95154,819,0001,993,0002,273,280
4Mar 16, 2026 11:276,84583,199,22554,817,0001,993,0002,273,280
5Mar 16, 2026 11:256,84585,999,54754,819,0001,993,0002,375,680
6Mar 16, 2026 11:276,85483,418,54454,893,0001,996,0002,289,664
7Mar 16, 2026 11:256,86579,139,73353,984,0002,999,0002,289,664
8Mar 16, 2026 11:276,87080,532,48755,017,0002,000,0002,506,752
9Mar 16, 2026 11:276,88584,662,22555,144,0002,005,0002,506,752
10Mar 16, 2026 11:256,92882,181,58656,496,0001,008,0002,289,664
11Mar 16, 2026 11:256,93279,491,32056,525,0001,009,0002,506,752
12Mar 16, 2026 11:256,93681,165,82657,568,00002,260,992
13Mar 16, 2026 11:276,95187,585,06956,682,0001,012,0002,355,200
14Mar 16, 2026 11:276,95983,919,38454,772,0002,987,0002,289,664
15Mar 16, 2026 11:256,98483,828,19455,972,0001,999,0002,289,664
16Mar 16, 2026 11:277,02579,548,25656,298,0002,010,0002,506,752
17Mar 16, 2026 11:257,04583,894,38157,469,0001,008,0002,289,664
18Mar 16, 2026 11:277,08282,553,90557,783,000996,0002,289,664