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:53Daniel 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:535,72972,769,98443,507,0004,047,0002,314,240
2Feb 19, 2026 22:535,73380,066,24943,535,0004,049,0002,314,240
3Feb 19, 2026 22:535,73882,632,00944,589,0003,040,0002,523,136
4Feb 19, 2026 22:515,74472,505,56644,632,0003,043,0002,289,664
5Feb 19, 2026 22:535,74575,194,82643,713,0003,973,0002,273,280
6Feb 19, 2026 22:515,75570,935,85743,785,0003,980,0002,265,088
7Feb 19, 2026 22:515,75674,995,99344,792,0002,986,0002,326,528
8Feb 19, 2026 22:535,75677,922,99144,786,0002,985,0002,265,088
9Feb 19, 2026 22:535,75777,932,51144,801,0002,986,0002,269,184
10Feb 19, 2026 22:535,75973,868,02745,808,0001,991,0002,326,528
11Feb 19, 2026 22:545,76075,134,51844,820,0002,988,0002,523,136
12Feb 19, 2026 22:535,76078,130,79543,826,0003,984,0002,293,760
13Feb 19, 2026 22:545,76174,115,30744,825,0002,988,0002,310,144
14Feb 19, 2026 22:535,76177,892,52043,835,0003,985,0002,330,624
15Feb 19, 2026 22:515,82068,617,90744,282,0004,025,0002,322,432
16Feb 19, 2026 22:545,82377,848,25145,314,0003,020,0002,269,184
17Feb 19, 2026 22:545,82471,764,24144,308,0004,028,0002,285,568
18Feb 19, 2026 22:535,83270,557,40645,384,0003,025,0002,285,568
19Feb 19, 2026 22:515,83567,426,95546,411,0002,017,0002,322,432
20Feb 19, 2026 22:535,84170,434,32344,442,0004,040,0002,318,336
21Feb 19, 2026 22:515,84970,554,68446,525,0002,022,0002,269,184
22Feb 19, 2026 22:545,85374,403,47046,552,0002,024,0002,322,432
23Feb 19, 2026 22:535,85676,759,67945,565,0003,037,0002,265,088
24Feb 19, 2026 22:535,86779,039,69945,654,0003,043,0002,400,256
25Feb 19, 2026 22:545,89176,836,24844,907,0003,991,0002,326,528
26Feb 19, 2026 22:535,89672,473,44245,940,0002,996,0002,265,088
27Feb 19, 2026 22:535,90072,761,31944,976,0003,997,0002,281,472