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 10:48Danylo MocherniukDanylo MocherniukScore: 4,924Success
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 10:484,86663,858,86138,371,0002,019,0002,387,968
2Apr 10, 2026 10:484,86863,141,52537,376,0003,030,0002,293,760
3Apr 10, 2026 10:484,87162,649,22038,410,0002,021,0002,392,064
4Apr 10, 2026 10:484,88062,990,22338,483,0002,025,0002,293,760
5Apr 10, 2026 10:484,88766,385,74937,522,0003,042,0002,387,968
6Apr 10, 2026 10:484,88871,980,02438,546,0002,028,0002,293,760
7Apr 10, 2026 10:484,89265,611,76639,592,0001,015,0002,387,968
8Apr 10, 2026 10:484,89368,675,85838,584,0002,030,0002,383,872
9Apr 10, 2026 10:484,92070,679,37038,841,0001,991,0002,486,272
10Apr 10, 2026 10:484,92464,834,17038,878,0001,993,0002,486,272
11Apr 10, 2026 10:484,93069,218,09737,928,0002,994,0002,494,464
12Apr 10, 2026 10:484,93169,689,95938,930,0001,996,0002,387,968
13Apr 10, 2026 10:484,93870,782,12538,990,0001,999,0002,293,760
14Apr 10, 2026 10:484,94264,164,19739,018,0002,000,0002,293,760
15Apr 10, 2026 10:484,94963,062,84939,075,0002,003,0002,404,352
16Apr 10, 2026 10:485,04266,581,88940,853,000996,0002,293,760
17Apr 10, 2026 10:485,04571,425,08339,878,0001,993,0002,293,760
18Apr 10, 2026 10:485,07864,786,78141,143,0001,003,0002,383,872