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 9, 2026 16:18lipapipalipapipaScore: 12,098Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 28, 2026 22:3711,864124,536,30297,466,0001,004,0002,510,848
2Feb 9, 2026 16:1811,897125,126,19395,755,0002,992,0002,269,184
3Jan 28, 2026 22:3911,899126,918,07795,772,0002,992,0002,363,392
4Jan 28, 2026 22:3711,902124,015,75997,789,000997,0002,502,656
5Jan 28, 2026 22:3711,911123,897,86796,864,0001,997,0002,457,600
6Jan 28, 2026 22:3711,933127,243,52496,046,0003,001,0002,510,848
7Jan 28, 2026 22:3911,986127,290,52298,476,0001,004,0002,527,232
8Jan 28, 2026 22:3711,993125,694,07997,529,0002,010,0002,326,528
9Feb 9, 2026 16:1812,025125,988,18097,815,0001,996,0002,347,008
10Jan 28, 2026 22:3712,049124,754,03197,008,0003,000,0002,510,848
11Jan 28, 2026 22:3912,050125,974,95798,013,0002,000,0002,285,568
12Jan 28, 2026 22:3912,088129,762,02698,327,0002,006,0002,277,376
13Jan 28, 2026 22:3712,098124,528,60997,399,0003,012,0002,519,040
14Jan 28, 2026 22:3912,101121,096,75698,427,0002,008,0002,371,584
15Jan 28, 2026 22:3712,106123,292,16399,478,0001,004,0002,490,368
16Feb 9, 2026 16:1812,111126,983,65099,518,0001,005,0002,457,600
17Jan 28, 2026 22:3712,128127,326,57798,647,0002,013,0002,486,272
18Jan 28, 2026 22:3712,175126,783,87399,054,0002,001,0002,473,984
19Jan 28, 2026 22:3712,503131,106,689101,778,0001,995,0002,281,472
20Jan 28, 2026 22:3712,625132,427,527101,792,0002,993,0002,523,136
21Feb 9, 2026 16:1812,684128,945,822104,274,0001,002,0002,281,472
22Feb 9, 2026 16:1812,727137,579,345104,624,0001,006,0002,519,040
23Jan 28, 2026 22:3912,747131,011,181102,803,0002,994,0002,498,560
24Feb 9, 2026 16:1812,967136,147,969105,613,0002,011,0002,519,040