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 19, 2026 08:33lipapipalipapipaScore: 6,193Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 08:346,05971,082,90548,277,0002,011,0002,342,912
2Feb 19, 2026 08:336,06078,661,97448,287,0002,011,0002,498,560
3Feb 19, 2026 08:336,07272,054,17547,372,0003,023,0002,301,952
4Feb 19, 2026 08:336,12377,173,91747,832,0002,989,0002,289,664
5Feb 19, 2026 08:346,14582,840,74248,007,0003,000,0002,363,392
6Feb 19, 2026 08:336,15874,141,13749,104,0002,004,0002,375,680
7Feb 19, 2026 08:336,15873,099,19949,106,0002,004,0002,363,392
8Feb 19, 2026 08:346,16574,639,16648,161,0003,010,0002,371,584
9Feb 19, 2026 08:336,19175,756,36248,363,0003,022,0002,371,584
10Feb 19, 2026 08:346,19372,814,73048,381,0003,023,0002,334,720
11Feb 19, 2026 08:346,22581,133,34249,640,0002,026,0002,289,664
12Feb 19, 2026 08:336,25975,972,10449,953,0001,998,0002,306,048
13Feb 19, 2026 08:336,27272,758,15149,057,0003,003,0002,494,464
14Feb 19, 2026 08:336,27871,462,67250,101,0002,004,0002,371,584
15Feb 19, 2026 08:336,28278,964,17749,131,0003,008,0002,375,680
16Feb 19, 2026 08:346,34477,112,16850,629,0002,025,0002,314,240
17Feb 19, 2026 08:336,48784,721,91152,842,000997,0002,371,584
18Feb 19, 2026 08:336,52076,967,07652,111,0002,004,0002,277,376