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 20, 2026 16:43Daniel MastalerzDaniel MastalerzScore: 5,853Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 20, 2026 16:435,76472,622,76045,806,0002,035,0002,322,432
2Feb 20, 2026 16:525,76969,743,37243,896,0003,990,0002,277,376
3Feb 20, 2026 16:435,77271,827,97043,917,0003,992,0002,326,528
4Feb 20, 2026 16:525,77373,100,63543,920,0003,992,0002,285,568
5Feb 20, 2026 16:435,78571,857,64344,018,0004,001,0002,326,528
6Feb 20, 2026 16:435,78573,688,58544,013,0004,001,0002,306,048
7Feb 20, 2026 16:435,79777,019,50144,108,0004,009,0002,273,280
8Feb 20, 2026 16:435,79974,667,12744,121,0004,011,0002,326,528
9Feb 20, 2026 16:525,79972,008,45846,126,0002,005,0002,273,280
10Feb 20, 2026 16:435,85373,509,54145,541,0003,036,0002,318,336
11Feb 20, 2026 16:525,85976,870,09446,604,0002,026,0002,306,048
12Feb 20, 2026 16:435,87973,579,88144,815,0003,983,0002,265,088
13Feb 20, 2026 16:525,88177,082,71945,826,0002,988,0002,318,336
14Feb 20, 2026 16:525,88373,592,96746,833,0001,992,0002,318,336
15Feb 20, 2026 16:435,88776,367,43245,874,0002,991,0002,519,040
16Feb 20, 2026 16:435,88966,351,88644,890,0003,990,0002,318,336
17Feb 20, 2026 16:435,99477,186,06545,773,0003,980,0002,265,088
18Feb 20, 2026 16:436,00478,127,40745,846,0003,986,0002,310,144