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 listMar 25, 2026 16:00Dominique GarmierDominique GarmierScore: 79,470Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 25, 2026 20:1279,379679,452,197656,843,0001,999,0002,531,328
2Mar 25, 2026 20:5879,407687,828,867658,081,0001,000,0002,277,376
3Mar 25, 2026 15:4679,415683,610,475658,141,0001,000,0002,277,376
4Mar 25, 2026 15:4679,415687,523,835658,141,0001,000,0002,478,080
5Mar 25, 2026 16:1479,442687,640,057658,370,000999,0002,277,376
6Mar 25, 2026 16:4979,443683,489,882657,383,0001,998,0002,473,984
7Mar 25, 2026 22:3479,458687,125,928657,506,0001,998,0002,469,888
8Mar 25, 2026 20:5879,460683,630,954657,516,0001,998,0002,478,080
9Mar 25, 2026 22:3479,462685,124,020657,538,0001,998,0002,465,792
10Mar 25, 2026 16:0079,470681,927,113657,601,0001,998,0002,473,984
11Mar 25, 2026 16:1479,470677,578,288657,604,0001,998,0002,473,984
12Mar 25, 2026 16:1479,479692,716,144657,675,0001,999,0002,277,376
13Mar 25, 2026 20:5879,481683,623,590657,694,0001,999,0002,277,376
14Mar 25, 2026 22:3479,509683,019,766657,928,0001,999,0002,273,280
15Mar 25, 2026 16:4979,518685,035,995659,002,0001,000,0002,277,376
16Mar 25, 2026 20:1279,519680,118,514659,004,0001,000,0002,277,376
17Mar 25, 2026 15:4679,519684,644,809659,010,0001,000,0002,478,080
18Mar 25, 2026 16:0079,526683,832,939659,068,0001,000,0002,277,376
19Mar 25, 2026 20:1279,553687,725,078659,289,0001,000,0002,473,984
20Mar 25, 2026 16:0079,563687,161,183659,371,000999,0002,469,888
21Mar 25, 2026 16:4979,633687,289,464659,952,000999,0002,277,376