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 listJan 30, 2026 03:14Josu San MartinJosu San MartinScore: 6,041Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 30, 2026 03:085,82874,517,78047,363,0001,007,0002,269,184
2Jan 30, 2026 03:145,93266,822,19948,234,0001,004,0002,453,504
3Jan 30, 2026 03:145,96271,837,26348,472,0001,009,0002,433,024
4Jan 30, 2026 03:145,96672,121,90648,504,0001,010,0002,531,328
5Jan 30, 2026 03:086,00769,881,20447,865,0001,994,0002,273,280
6Jan 30, 2026 03:146,00870,009,30947,873,0001,994,0002,437,120
7Jan 30, 2026 03:146,01671,151,32447,935,0001,997,0002,445,312
8Jan 30, 2026 03:086,02371,728,75647,990,0001,999,0002,437,120
9Jan 30, 2026 03:146,03873,048,81348,115,0002,004,0002,531,328
10Jan 30, 2026 03:146,04177,779,32348,137,0002,005,0002,441,216
11Jan 30, 2026 03:086,08174,484,09749,464,0001,009,0002,285,568
12Jan 30, 2026 03:146,14677,111,02349,015,0002,000,0002,273,280
13Jan 30, 2026 03:146,24381,996,98049,827,0001,993,0002,519,040
14Jan 30, 2026 03:146,31079,438,31151,368,0001,007,0002,445,312
15Jan 30, 2026 03:146,31377,878,38551,395,0001,007,0002,285,568
16Jan 30, 2026 03:086,32474,379,20751,477,0001,009,0002,285,568
17Jan 30, 2026 03:086,36274,799,38650,816,0001,992,0002,285,568
18Jan 30, 2026 03:146,36378,589,54051,820,000996,0002,441,216