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 13, 2026 19:26Yuriy LyfenkoYuriy LyfenkoScore: 4,298Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 13, 2026 19:264,27957,963,90534,504,0001,014,0002,535,424
2Apr 13, 2026 19:344,28356,235,74634,536,0001,015,0002,469,888
3Apr 13, 2026 19:344,28352,945,00234,532,0001,015,0002,273,280
4Apr 13, 2026 19:344,28669,347,28734,560,0001,016,0002,469,888
5Apr 13, 2026 19:264,28661,005,51434,561,0001,016,0002,473,984
6Apr 13, 2026 19:264,28661,328,15634,560,0001,016,0002,314,240
7Apr 13, 2026 19:344,28658,981,42334,561,0001,016,0002,306,048
8Apr 13, 2026 19:264,28758,989,28734,569,0001,016,0002,478,080
9Apr 13, 2026 19:264,28863,789,53434,577,0001,016,0002,535,424
10Apr 13, 2026 19:264,29262,086,26334,605,0001,017,0002,486,272
11Apr 13, 2026 19:264,29262,888,66234,606,0001,017,0002,469,888
12Apr 13, 2026 19:264,29661,923,76934,636,0001,018,0002,478,080
13Apr 13, 2026 19:344,29858,139,08134,652,0001,019,0002,535,424
14Apr 13, 2026 19:264,29963,176,43334,663,0001,019,0002,473,984
15Apr 13, 2026 19:344,29964,671,44533,700,0001,982,0002,469,888
16Apr 13, 2026 19:264,30157,834,65533,715,0001,983,0002,535,424
17Apr 13, 2026 19:344,31361,392,58033,812,0001,988,0002,310,144
18Apr 13, 2026 19:344,31663,644,48634,831,000995,0002,535,424
19Apr 13, 2026 19:264,31664,156,27133,833,0001,990,0002,535,424
20Apr 13, 2026 19:264,31664,151,19934,830,000995,0002,535,424
21Apr 13, 2026 19:264,31663,029,52734,826,000995,0002,473,984
22Apr 13, 2026 19:344,31859,900,64933,852,0001,991,0002,306,048
23Apr 13, 2026 19:264,32065,962,16433,866,0001,992,0002,273,280
24Apr 13, 2026 19:264,32763,529,11133,916,0001,995,0002,273,280