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 18, 2026 11:32wnwnScore: 7,176Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2026 11:336,05772,437,65747,259,0003,016,0002,498,560
2Feb 18, 2026 11:336,08375,304,26748,508,0001,979,0002,367,488
3Feb 18, 2026 11:326,15177,630,21048,048,0003,003,0002,449,408
4Feb 18, 2026 11:336,19976,753,07249,437,0002,017,0002,342,912
5Feb 18, 2026 11:326,21078,965,93648,512,0003,032,0002,473,984
6Feb 18, 2026 11:326,21477,143,57547,533,0004,045,0002,289,664
7Feb 18, 2026 11:327,14382,440,20755,268,0004,019,0002,322,432
8Feb 18, 2026 11:337,14784,330,63156,305,0003,016,0002,441,216
9Feb 18, 2026 11:327,17183,897,90156,496,0003,026,0002,273,280
10Feb 18, 2026 11:327,17687,129,69155,526,0004,038,0002,416,640
11Feb 18, 2026 11:337,22891,095,03955,990,0003,999,0002,457,600
12Feb 18, 2026 11:327,25189,485,77357,173,0003,009,0002,424,832
13Feb 18, 2026 11:327,26183,084,21757,252,0003,013,0002,457,600
14Feb 18, 2026 11:327,30087,056,57557,565,0003,029,0002,428,928
15Feb 18, 2026 11:327,30686,863,17356,598,0004,042,0002,469,888
16Feb 18, 2026 11:337,34791,309,48858,983,0001,999,0002,494,464
17Feb 18, 2026 11:327,57786,098,29659,898,0002,994,0002,490,368
18Feb 18, 2026 11:327,57893,160,30260,905,0001,996,0002,359,296