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 24, 2026 20:07Daniel MastalerzDaniel MastalerzScore: 5,419Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 24, 2026 20:015,39471,008,58640,788,0003,979,0002,347,008
2Feb 24, 2026 20:015,39870,408,84540,825,0003,982,0002,269,184
3Feb 24, 2026 20:015,39869,416,46740,823,0003,982,0002,318,336
4Feb 24, 2026 20:015,39972,442,42241,828,0002,987,0002,326,528
5Feb 24, 2026 20:015,40066,443,10540,838,0003,984,0002,326,528
6Feb 24, 2026 20:015,40171,202,42940,847,0003,985,0002,379,776
7Feb 24, 2026 20:075,40468,449,26640,864,0003,986,0002,326,528
8Feb 24, 2026 20:065,40573,458,63340,877,0003,988,0002,523,136
9Feb 24, 2026 20:015,40866,415,15940,900,0003,990,0002,326,528
10Feb 24, 2026 20:015,41066,647,53940,909,0003,991,0002,285,568
11Feb 24, 2026 20:075,41169,792,88541,918,0002,994,0002,326,528
12Feb 24, 2026 20:065,41468,457,80240,944,0003,994,0002,523,136
13Feb 24, 2026 20:065,41967,042,11840,983,0003,998,0002,326,528
14Feb 24, 2026 20:075,42168,799,13340,998,0003,999,0002,359,296
15Feb 24, 2026 20:075,42872,195,70341,047,0004,004,0002,326,528
16Feb 24, 2026 20:075,43171,405,89541,074,0004,007,0002,326,528
17Feb 24, 2026 20:015,43469,214,95541,094,0004,009,0002,326,528
18Feb 24, 2026 20:075,49077,821,07942,533,0003,038,0002,314,240
19Feb 24, 2026 20:015,49376,692,25442,556,0003,039,0002,519,040
20Feb 24, 2026 20:015,50075,925,54742,607,0003,043,0002,265,088
21Feb 24, 2026 20:075,50969,613,68941,748,0003,976,0002,306,048
22Feb 24, 2026 20:015,51973,236,45542,823,0002,987,0002,318,336
23Feb 24, 2026 20:075,52173,998,85341,841,0003,984,0002,519,040
24Feb 24, 2026 20:075,52275,224,09541,848,0003,985,0002,519,040