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 listFeb 15, 2026 20:07Mikołaj UzarskiMikołaj UzarskiScore: 5,784Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 15, 2026 20:075,64370,586,59741,858,0004,983,0002,396,160
2Feb 15, 2026 20:165,66368,659,98242,004,0005,000,0002,457,600
3Feb 15, 2026 20:075,69571,926,41241,235,0006,034,0002,293,760
4Feb 15, 2026 20:165,69770,403,71741,250,0006,036,0002,498,560
5Feb 15, 2026 20:165,70968,991,52941,335,0006,049,0002,297,856
6Feb 15, 2026 20:075,72873,501,93641,476,0006,069,0002,523,136
7Feb 15, 2026 20:075,76073,702,58242,832,0004,980,0002,408,448
8Feb 15, 2026 20:165,76075,655,44043,828,0003,984,0002,347,008
9Feb 15, 2026 20:075,76473,060,14244,855,0002,990,0002,424,832
10Feb 15, 2026 20:165,78469,709,88843,004,0005,000,0002,293,760
11Feb 15, 2026 20:165,78774,461,43342,026,0006,003,0002,396,160
12Feb 15, 2026 20:075,80869,576,84241,179,0007,030,0002,293,760
13Feb 15, 2026 20:165,81576,963,53041,223,0007,038,0002,449,408
14Feb 15, 2026 20:075,81773,266,56743,254,0005,029,0002,408,448
15Feb 15, 2026 20:165,83678,191,18842,382,0006,054,0002,400,256
16Feb 15, 2026 20:075,84377,023,01641,571,0006,928,0002,404,352
17Feb 15, 2026 20:075,85679,707,55244,556,0004,050,0002,310,144
18Feb 15, 2026 20:165,86180,597,10542,566,0006,080,0002,523,136