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 18, 2026 09:57wnwnScore: 7,217Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2026 09:576,24283,916,30548,820,0002,989,0002,404,352
2Feb 18, 2026 10:106,28575,798,23449,160,0003,009,0002,392,064
3Feb 18, 2026 10:106,30572,317,20149,311,0003,019,0002,306,048
4Feb 18, 2026 09:576,42274,697,12652,297,0001,005,0002,375,680
5Feb 18, 2026 09:576,44485,242,86752,476,0001,009,0002,351,104
6Feb 18, 2026 10:106,45483,819,41050,535,0003,032,0002,490,368
7Feb 18, 2026 09:577,13980,152,69556,241,0003,012,0002,465,792
8Feb 18, 2026 09:577,17789,420,36957,548,0002,019,0002,514,944
9Feb 18, 2026 09:577,20493,711,55854,808,0004,982,0002,510,848
10Feb 18, 2026 10:107,21784,112,46755,904,0003,993,0002,367,488
11Feb 18, 2026 09:577,26183,709,81756,250,0004,017,0002,310,144
12Feb 18, 2026 09:577,26387,092,79257,273,0003,014,0002,506,752
13Feb 18, 2026 10:107,27983,779,79259,406,0001,006,0002,494,464
14Feb 18, 2026 09:577,32188,833,50455,786,0004,980,0002,355,200
15Feb 18, 2026 09:577,39287,252,49158,335,0003,017,0002,363,392
16Feb 18, 2026 09:577,40589,856,98158,436,0003,022,0002,514,944
17Feb 18, 2026 09:577,48985,392,13259,154,0003,007,0002,420,736
18Feb 18, 2026 10:107,53792,724,37562,561,00002,469,888