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 10, 2026 19:15Daniel MastalerzDaniel MastalerzScore: 8,245Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 10, 2026 19:158,21692,337,62565,182,0003,008,0002,293,760
2Feb 10, 2026 19:158,21798,280,98764,193,0004,012,0002,269,184
3Feb 10, 2026 19:158,21989,281,95065,205,0003,009,0002,383,872
4Feb 10, 2026 19:158,22591,416,03165,254,0003,011,0002,269,184
5Feb 10, 2026 19:158,22689,548,70364,259,0004,016,0002,375,680
6Feb 10, 2026 19:158,23294,358,39066,315,0002,009,0002,293,760
7Feb 10, 2026 19:158,24594,028,96565,414,0003,019,0002,326,528
8Feb 10, 2026 19:158,24694,774,95565,423,0003,019,0002,306,048
9Feb 10, 2026 19:158,26395,151,39366,566,0002,017,0002,265,088
10Feb 10, 2026 19:158,38696,543,70168,592,0001,008,0002,273,280
11Feb 10, 2026 19:158,41095,703,91566,811,0002,991,0002,273,280
12Feb 10, 2026 19:158,43993,140,36466,042,0004,002,0002,306,048