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 19, 2026 22:34Daniel MastalerzDaniel MastalerzScore: 5,761Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 22:345,73777,622,14745,591,0002,026,0002,371,584
2Feb 19, 2026 22:335,74978,898,06043,741,0003,976,0002,330,624
3Feb 19, 2026 22:005,75475,878,76745,769,0001,989,0002,310,144
4Feb 19, 2026 22:005,75874,490,11643,806,0003,982,0002,330,624
5Feb 19, 2026 22:465,75877,882,53245,803,0001,991,0002,269,184
6Feb 19, 2026 22:465,75873,619,40243,809,0003,982,0002,269,184
7Feb 19, 2026 22:425,75875,332,99944,803,0002,986,0002,273,280
8Feb 19, 2026 22:405,75876,513,38343,811,0003,982,0002,273,280
9Feb 19, 2026 22:405,75881,734,18244,806,0002,987,0002,310,144
10Feb 19, 2026 22:405,76075,966,84643,821,0003,983,0002,269,184
11Feb 19, 2026 22:425,76072,641,89546,809,000995,0002,523,136
12Feb 19, 2026 22:335,76078,809,27443,825,0003,984,0002,269,184
13Feb 19, 2026 22:425,76177,482,71044,830,0002,988,0002,310,144
14Feb 19, 2026 22:345,76273,158,78543,836,0003,985,0002,514,944
15Feb 19, 2026 22:465,76273,669,77744,839,0002,989,0002,396,160
16Feb 19, 2026 22:005,76572,450,65546,850,000996,0002,265,088
17Feb 19, 2026 22:345,77979,707,19644,969,0002,997,0002,265,088
18Feb 19, 2026 22:425,82575,165,02744,316,0004,028,0002,265,088
19Feb 19, 2026 22:425,83170,699,45245,375,0003,025,0002,306,048
20Feb 19, 2026 22:345,85580,720,02746,571,0002,024,0002,277,376
21Feb 19, 2026 22:335,88274,981,16244,836,0003,985,0002,269,184
22Feb 19, 2026 22:425,88681,117,18444,867,0003,988,0002,269,184
23Feb 19, 2026 22:345,94276,460,71446,299,0003,019,0002,285,568
24Feb 19, 2026 22:346,01473,587,05545,921,0003,993,0002,256,896