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 21, 2026 14:23Daniel MastalerzDaniel MastalerzScore: 5,573Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 21, 2026 14:255,54670,910,66242,026,0004,002,0002,269,184
2Feb 21, 2026 14:255,55471,956,89742,087,0004,008,0002,326,528
3Feb 21, 2026 14:255,55768,832,08243,118,0003,008,0002,326,528
4Feb 21, 2026 14:255,56568,168,42542,172,0004,016,0002,326,528
5Feb 21, 2026 14:235,56572,370,59744,183,0002,008,0002,285,568
6Feb 21, 2026 14:235,56670,856,12643,186,0003,013,0002,269,184
7Feb 21, 2026 14:235,57070,401,63742,215,0004,020,0002,281,472
8Feb 21, 2026 14:235,57169,210,58843,226,0003,015,0002,326,528
9Feb 21, 2026 14:235,57274,186,14042,224,0004,021,0002,314,240
10Feb 21, 2026 14:255,57368,569,41342,234,0004,022,0002,318,336
11Feb 21, 2026 14:255,57673,850,54743,266,0003,018,0002,326,528
12Feb 21, 2026 14:235,58472,204,37042,319,0004,030,0002,269,184
13Feb 21, 2026 14:255,58467,541,43943,323,0003,022,0002,273,280
14Feb 21, 2026 14:255,59067,148,80842,359,0004,034,0002,326,528
15Feb 21, 2026 14:255,60374,687,77243,541,0002,968,0002,306,048
16Feb 21, 2026 14:235,64171,755,80042,839,0003,985,0002,285,568
17Feb 21, 2026 14:235,64567,897,67943,861,0002,990,0002,265,088
18Feb 21, 2026 14:235,64569,545,03342,866,0003,987,0002,265,088