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 20, 2026 16:38Daniel MastalerzDaniel MastalerzScore: 5,742Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 20, 2026 16:385,72468,200,96343,470,0004,043,0002,314,240
2Feb 20, 2026 16:385,72674,818,69144,494,0003,033,0002,277,376
3Feb 20, 2026 16:385,72873,716,10144,507,0003,034,0002,322,432
4Feb 20, 2026 16:385,73381,578,72945,557,0002,024,0002,322,432
5Feb 20, 2026 16:385,73376,385,69844,547,0003,037,0002,269,184
6Feb 20, 2026 18:135,73374,624,32844,543,0003,037,0002,523,136
7Feb 21, 2026 10:335,73477,842,74944,553,0003,037,0002,265,088
8Feb 20, 2026 16:385,73576,221,44744,559,0003,038,0002,326,528
9Feb 21, 2026 10:335,73876,004,47845,599,0002,026,0002,310,144
10Feb 20, 2026 16:385,74182,220,27144,612,0003,041,0002,306,048
11Feb 21, 2026 11:125,74278,185,17645,634,0002,028,0002,306,048
12Feb 20, 2026 18:135,74377,425,31144,624,0003,042,0002,322,432
13Feb 20, 2026 16:385,75374,051,80443,770,0003,979,0002,265,088
14Feb 21, 2026 11:125,75776,835,01244,795,0002,986,0002,326,528
15Feb 21, 2026 10:335,75972,602,50245,806,0001,991,0002,326,528
16Feb 21, 2026 11:125,75974,969,50844,814,0002,987,0002,306,048
17Feb 20, 2026 16:385,76179,637,77943,831,0003,984,0002,269,184
18Feb 20, 2026 16:385,82473,457,47245,316,0003,021,0002,306,048
19Feb 20, 2026 16:385,84973,614,62346,526,0002,022,0002,301,952
20Feb 20, 2026 18:135,85874,729,31146,594,0002,025,0002,306,048
21Feb 20, 2026 16:385,97681,053,10246,564,0003,036,0002,306,048