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 22, 2026 19:05wnwnScore: 4,950Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 22, 2026 19:124,92065,313,15138,845,0001,992,0002,277,376
2Feb 22, 2026 19:054,92465,584,38538,877,0001,993,0002,277,376
3Feb 22, 2026 19:054,93160,445,21738,935,0001,996,0002,277,376
4Feb 22, 2026 19:054,93366,248,56538,946,0001,997,0002,277,376
5Feb 22, 2026 19:124,93466,533,90838,959,0001,997,0002,498,560
6Feb 22, 2026 19:124,93765,865,06138,978,0001,998,0002,277,376
7Feb 22, 2026 19:124,94065,987,16439,001,0002,000,0002,486,272
8Feb 22, 2026 19:124,94362,928,55939,026,0002,001,0002,277,376
9Feb 22, 2026 19:124,94366,915,69439,028,0002,001,0002,490,368
10Feb 22, 2026 19:054,95060,492,61839,079,0002,004,0002,277,376
11Feb 22, 2026 19:124,95562,356,90439,117,0002,006,0002,498,560
12Feb 22, 2026 19:054,95764,350,21939,133,0002,006,0002,498,560
13Feb 22, 2026 19:124,96259,737,42039,175,0002,008,0002,494,464
14Feb 22, 2026 19:054,97061,654,88040,242,0001,006,0002,494,464
15Feb 22, 2026 19:054,97268,363,10340,262,0001,006,0002,494,464
16Feb 22, 2026 19:124,98867,556,52240,388,0001,009,0002,277,376
17Feb 22, 2026 19:055,00772,458,65140,542,0001,013,0002,277,376
18Feb 22, 2026 19:055,04173,825,06239,852,0001,992,0002,277,376