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 listJun 30, 2026 10:40Adam FolwarcznyAdam FolwarcznyError
Source Code

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

Challenge History
DateChallengerCostTypeStatus
Jul 8, 2026 12:59wn10.00CustomSolution Broken
Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 8, 2026 12:59069,138,78359,838,0001,084,0002,117,632expected "99999999731542453 ", got "86414768498344619 "
2Jul 8, 2026 12:59069,119,69259,913,0001,064,0002,117,632expected "99999998572431715 ", got "86414767438444619 "
3Jul 8, 2026 12:59069,581,66960,400,0001,061,0002,117,632expected "99999999254049057 ", got "86414768421344619 "
4Jun 30, 2026 10:417,03366,105,67257,215,0001,167,0002,117,632
5Jun 30, 2026 10:417,05166,342,10157,516,0001,011,0002,117,632
6Jun 30, 2026 10:417,16567,260,42258,285,0001,186,0002,117,632
7Jun 30, 2026 10:417,17367,316,76058,389,0001,154,0002,117,632
8Jun 30, 2026 10:417,17467,289,80458,351,0001,195,0002,117,632
9Jun 30, 2026 10:417,18867,489,65458,460,0001,207,0002,117,632
10Jun 30, 2026 10:417,19367,465,76958,530,0001,180,0002,117,632
11Jun 30, 2026 10:417,20567,747,31558,640,0001,168,0002,117,632
12Jun 30, 2026 10:417,32868,869,81559,644,0001,183,0002,117,632