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 13:00Danylo MocherniukDanylo MocherniukScore: 4,885Success
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 13:004,82362,599,67638,033,0002,001,0002,392,064
2Apr 10, 2026 13:004,82968,165,17837,076,0003,006,0002,297,856
3Apr 10, 2026 12:594,84364,665,78937,182,0003,014,0002,387,968
4Apr 10, 2026 13:004,84461,746,32538,198,0002,010,0002,297,856
5Apr 10, 2026 13:004,84464,285,70538,192,0002,010,0002,297,856
6Apr 10, 2026 12:594,84972,105,48838,234,0002,012,0002,297,856
7Apr 10, 2026 13:004,85864,944,40237,299,0003,024,0002,297,856
8Apr 10, 2026 13:004,88063,312,35638,480,0002,025,0002,297,856
9Apr 10, 2026 13:004,88368,655,37438,507,0002,026,0002,383,872
10Apr 10, 2026 13:004,88564,100,57237,502,0003,040,0002,314,240
11Apr 10, 2026 13:004,88771,785,87238,538,0002,028,0002,297,856
12Apr 10, 2026 13:004,89069,099,41738,559,0002,029,0002,297,856
13Apr 10, 2026 13:004,92165,815,38337,857,0002,988,0002,392,064
14Apr 10, 2026 13:004,92467,922,12238,875,0001,993,0002,396,160
15Apr 10, 2026 13:004,92770,879,80339,871,0001,022,0002,392,064
16Apr 10, 2026 12:594,94561,991,02438,043,0003,003,0002,490,368
17Apr 10, 2026 13:004,98263,704,25639,335,0002,017,0002,297,856
18Apr 10, 2026 13:005,11063,777,26040,392,0002,019,0002,387,968