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 6, 2026 16:33Josu San MartinJosu San MartinError
Source Code

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

Challenge History
DateChallengerCostTypeStatus
Apr 21, 2026 18:34Yuriy Lyfenko10.00CustomSolution Broken
Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 18:35030,001,699,53129,971,576,000999,000237,568Killed by timeout
2Mar 6, 2026 16:334,95161,164,45439,090,0002,004,0002,461,696
3Mar 6, 2026 16:335,01367,510,83440,598,0001,014,0002,326,528
4Mar 6, 2026 16:335,01668,112,42641,632,00002,330,624
5Mar 6, 2026 16:335,03866,623,98640,822,000995,0002,289,664
6Mar 6, 2026 16:335,04167,402,64539,846,0001,992,0002,285,568
7Mar 6, 2026 16:335,17468,354,53740,946,0001,997,0002,338,816
8Mar 6, 2026 16:335,19264,869,68441,088,0002,004,0002,289,664
9Mar 6, 2026 16:335,22165,540,14342,329,0001,007,0002,289,664
10Mar 6, 2026 16:335,23267,784,75142,417,0001,009,0002,326,528
11Mar 6, 2026 16:335,25774,781,33242,618,0001,014,0002,289,664
12Mar 6, 2026 16:335,27471,260,16142,779,000994,0002,334,720
13Mar 6, 2026 16:335,37174,894,60044,581,00002,334,720