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 17, 2026 17:19wnwnScore: 8,126Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 17, 2026 17:207,99689,536,40463,354,0003,016,0002,387,968
2Feb 17, 2026 17:208,00389,356,78563,403,0003,019,0002,404,352
3Feb 17, 2026 17:238,01091,541,68065,479,0001,007,0002,404,352
4Feb 17, 2026 17:238,01088,206,80763,459,0003,021,0002,379,776
5Feb 17, 2026 17:208,02693,260,88563,591,0003,028,0002,424,832
6Feb 17, 2026 17:238,05090,062,05163,779,0003,037,0002,428,928
7Feb 17, 2026 17:238,07189,409,62463,992,0002,999,0002,437,120
8Feb 17, 2026 17:238,10887,744,81864,286,0003,013,0002,408,448
9Feb 17, 2026 17:238,11595,264,04665,346,0002,010,0002,424,832
10Feb 17, 2026 17:238,12688,416,02264,425,0003,019,0002,433,024
11Feb 17, 2026 17:208,14095,798,53964,533,0003,025,0002,469,888
12Feb 17, 2026 17:208,16794,215,51464,798,0002,990,0002,428,928
13Feb 17, 2026 17:208,25896,327,17865,517,0003,023,0002,449,408
14Feb 17, 2026 17:238,274101,847,84464,693,0003,981,0002,416,640
15Feb 17, 2026 17:238,28497,293,79665,770,0002,989,0002,404,352
16Feb 17, 2026 17:208,30593,128,91364,938,0003,996,0002,269,184
17Feb 17, 2026 17:208,380101,609,78866,528,0003,024,0002,457,600
18Feb 17, 2026 17:208,42293,245,34967,908,0001,997,0002,523,136