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 21:01wnwnScore: 7,273Success
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 21:016,26873,618,11349,025,0003,001,0002,473,984
2Feb 17, 2026 21:016,32777,059,43148,476,0004,039,0002,338,816
3Feb 17, 2026 21:016,33378,993,54250,547,0002,021,0002,453,504
4Feb 17, 2026 21:016,35977,778,83450,792,0001,991,0002,506,752
5Feb 17, 2026 21:016,36381,318,76949,827,0002,989,0002,359,296
6Feb 17, 2026 21:016,39279,940,40150,054,0003,003,0002,498,560
7Feb 17, 2026 21:017,16784,179,75457,468,0002,016,0002,347,008
8Feb 17, 2026 21:017,19286,919,78455,713,0003,979,0002,404,352
9Feb 17, 2026 21:017,21885,489,77758,913,000998,0002,461,696
10Feb 17, 2026 21:017,27382,581,83559,360,0001,006,0002,424,832
11Feb 17, 2026 21:017,27785,229,35558,386,0002,013,0002,514,944
12Feb 17, 2026 21:017,28587,748,13660,462,00002,514,944
13Feb 17, 2026 21:017,28686,078,42958,455,0002,015,0002,469,888
14Feb 17, 2026 21:017,33384,514,34756,875,0003,991,0002,351,104
15Feb 17, 2026 21:017,36086,394,37556,085,0005,007,0002,437,120
16Feb 17, 2026 21:017,38283,826,35458,254,0003,013,0002,269,184
17Feb 17, 2026 21:017,47786,141,68560,061,0002,002,0002,379,776
18Feb 17, 2026 21:017,50285,695,28861,260,0001,004,0002,293,760