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 listApr 13, 2026 19:00Yuriy LyfenkoYuriy LyfenkoScore: 4,316Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 13, 2026 19:004,27757,504,31234,487,0001,014,0002,478,080
2Apr 13, 2026 19:004,28254,924,75234,528,0001,015,0002,535,424
3Apr 13, 2026 19:004,28663,672,35134,560,0001,016,0002,535,424
4Apr 13, 2026 18:594,28758,485,44734,563,0001,016,0002,478,080
5Apr 13, 2026 19:004,28758,131,03134,567,0001,016,0002,535,424
6Apr 13, 2026 19:004,28862,614,79934,576,0001,016,0002,273,280
7Apr 13, 2026 18:594,29566,765,26435,650,00002,465,792
8Apr 13, 2026 18:594,29758,986,01534,649,0001,019,0002,469,888
9Apr 13, 2026 19:004,30061,404,01634,673,0001,019,0002,473,984
10Apr 13, 2026 19:004,31661,333,14734,828,000995,0002,535,424
11Apr 13, 2026 19:004,31765,918,81533,837,0001,990,0002,469,888
12Apr 13, 2026 19:004,31861,683,10633,848,0001,991,0002,469,888
13Apr 13, 2026 19:004,31961,207,06933,858,0001,991,0002,535,424
14Apr 13, 2026 19:004,31963,509,72533,854,0001,991,0002,535,424
15Apr 13, 2026 19:004,32161,545,72834,870,000996,0002,535,424
16Apr 13, 2026 19:004,32266,415,75333,877,0001,992,0002,478,080
17Apr 13, 2026 19:004,33866,192,81234,002,0002,000,0002,465,792
18Apr 13, 2026 19:004,42465,359,80435,699,0001,019,0002,469,888