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 23, 2026 11:39CheckHarryCheckHarryScore: 14,590Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 23, 2026 11:3914,559144,075,564118,842,0001,997,0002,293,760
2Feb 23, 2026 11:4014,569148,384,414118,922,0001,998,0002,506,752
3Feb 23, 2026 11:3914,572147,363,116118,946,0001,999,0002,293,760
4Feb 23, 2026 11:3914,575145,629,111118,975,0001,999,0002,502,656
5Feb 23, 2026 11:4014,575144,980,206118,976,0001,999,0002,293,760
6Feb 23, 2026 11:4014,579147,466,521119,009,0002,000,0002,293,760
7Feb 23, 2026 11:4014,584148,048,897119,044,0002,000,0002,514,944
8Feb 23, 2026 11:4014,585143,384,960119,055,0002,000,0002,355,200
9Feb 23, 2026 11:4014,589145,311,495120,092,0001,000,0002,293,760
10Feb 23, 2026 11:4014,590142,713,302120,100,0001,000,0002,293,760
11Feb 23, 2026 11:3914,592145,063,341119,110,0002,001,0002,502,656
12Feb 23, 2026 11:3914,598143,624,491119,163,0002,002,0002,293,760
13Feb 23, 2026 11:3914,599142,755,232119,173,0002,002,0002,293,760
14Feb 23, 2026 11:3914,604145,516,948119,211,0002,003,0002,293,760
15Feb 23, 2026 11:4014,608146,701,430119,246,0002,004,0002,506,752
16Feb 23, 2026 11:3914,615143,927,801119,301,0002,005,0002,293,760
17Feb 23, 2026 11:3914,616143,977,988121,314,00002,285,568
18Feb 23, 2026 11:4014,643147,277,892120,533,0001,004,0002,506,752