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 listMar 13, 2026 17:42KeefeKeefeScore: 8,270Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 16, 2026 05:368,04791,377,00162,807,0003,987,0002,449,408
2Mar 16, 2026 05:368,05889,824,05463,889,0002,994,0002,478,080
3Mar 16, 2026 05:368,09490,400,77864,170,0003,007,0002,318,336
4Mar 16, 2026 05:368,10688,986,96464,265,0003,012,0002,400,256
5Mar 16, 2026 05:368,13191,633,26866,479,0001,007,0002,457,600
6Mar 16, 2026 05:368,14196,990,28066,559,0001,008,0002,445,312
7Mar 16, 2026 05:368,14994,082,22864,605,0003,028,0002,473,984
8Mar 13, 2026 17:428,20991,183,36465,130,0003,006,0002,445,312
9Mar 13, 2026 17:428,21389,338,10365,160,0003,007,0002,396,160
10Mar 13, 2026 17:428,27096,265,07766,623,0002,018,0002,445,312
11Mar 13, 2026 17:428,290101,643,14565,812,0002,991,0002,457,600
12Mar 13, 2026 17:428,29096,340,25265,818,0002,991,0002,265,088
13Mar 13, 2026 17:428,29791,880,21164,871,0003,992,0002,461,696
14Mar 16, 2026 05:368,31091,757,75366,972,0001,999,0002,502,656
15Mar 13, 2026 17:428,32198,485,32566,059,0003,002,0002,400,256
16Mar 16, 2026 05:368,35295,738,32666,311,0003,014,0002,465,792
17Mar 13, 2026 17:428,35491,961,78668,333,0001,004,0002,412,544
18Mar 13, 2026 17:428,41691,000,72367,860,0001,995,0002,392,064