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 6, 2026 16:29Danylo MocherniukDanylo MocherniukScore: 6,003Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 6, 2026 16:295,95972,049,83947,440,0002,018,0002,293,760
2Apr 6, 2026 16:285,96272,865,20949,484,00002,404,352
3Apr 6, 2026 16:285,96575,813,15448,503,0001,010,0002,293,760
4Apr 6, 2026 16:295,96574,065,84148,500,0001,010,0002,293,760
5Apr 6, 2026 16:285,97478,868,16847,559,0002,023,0002,293,760
6Apr 6, 2026 16:285,97876,130,47648,609,0001,012,0002,293,760
7Apr 6, 2026 16:295,97873,807,27848,605,0001,012,0002,293,760
8Apr 6, 2026 16:285,98680,530,67147,693,0001,987,0002,404,352
9Apr 6, 2026 16:296,00279,423,29647,827,0001,992,0002,293,760
10Apr 6, 2026 16:296,00381,430,95248,833,000996,0002,293,760
11Apr 6, 2026 16:286,00477,853,08446,846,0002,990,0002,293,760
12Apr 6, 2026 16:296,00576,329,83647,847,0001,993,0002,293,760
13Apr 6, 2026 16:296,00583,019,18947,852,0001,993,0002,293,760
14Apr 6, 2026 16:286,00766,892,96348,862,000997,0002,506,752
15Apr 6, 2026 16:296,00880,786,23147,869,0001,994,0002,400,256
16Apr 6, 2026 16:296,01072,218,58847,884,0001,995,0002,293,760
17Apr 6, 2026 16:286,02371,607,59248,992,000999,0002,293,760
18Apr 6, 2026 16:286,03373,512,33547,072,0003,004,0002,293,760