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 15, 2026 22:36wnwnScore: 9,698Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 15, 2026 22:368,43697,001,31663,020,0007,002,0002,469,888
2Feb 15, 2026 22:368,48190,617,81364,362,0006,034,0002,310,144
3Feb 15, 2026 22:368,66194,990,40363,899,0007,987,0002,465,792
4Feb 15, 2026 22:499,532103,957,89171,106,0008,011,0002,420,736
5Feb 15, 2026 22:369,537107,130,11471,139,0008,015,0002,449,408
6Feb 15, 2026 22:369,55499,218,73570,268,0009,034,0002,453,504
7Feb 15, 2026 22:369,582112,243,08670,472,0009,060,0002,453,504
8Feb 15, 2026 22:329,608105,441,34372,767,0006,977,0002,281,472
9Feb 15, 2026 22:499,611103,204,93372,795,0006,980,0002,461,696
10Feb 15, 2026 22:499,628108,107,43571,922,0007,991,0002,441,216
11Feb 15, 2026 22:329,687109,552,50671,354,0009,044,0002,461,696
12Feb 15, 2026 22:369,693106,342,43972,406,0008,045,0002,465,792
13Feb 15, 2026 22:499,698105,475,96271,441,0009,055,0002,285,568
14Feb 15, 2026 22:499,729106,940,32972,774,0007,975,0002,281,472
15Feb 15, 2026 22:369,731110,370,60471,794,0008,974,0002,457,600
16Feb 15, 2026 22:369,768104,622,58173,067,0008,007,0002,326,528
17Feb 15, 2026 22:499,773106,707,33273,101,0008,011,0002,273,280
18Feb 15, 2026 22:369,790106,428,57374,236,0007,022,0002,379,776
19Feb 15, 2026 22:499,795108,265,65870,255,00011,040,0002,351,104
20Feb 15, 2026 22:499,813105,365,08473,408,0008,044,0002,445,312
21Feb 15, 2026 22:369,814109,416,04674,418,0007,039,0002,465,792
22Feb 15, 2026 22:329,873106,416,74972,953,0008,994,0002,461,696
23Feb 15, 2026 22:499,975106,716,66373,817,0008,977,0002,457,600
24Feb 15, 2026 22:3610,021107,006,80474,157,0009,019,0002,351,104