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 24, 2026 21:05Mikołaj UzarskiMikołaj UzarskiScore: 5,176Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 24, 2026 21:065,14466,478,37341,680,0001,016,0002,510,848
2Feb 24, 2026 21:055,16071,256,36040,837,0001,992,0002,277,376
3Feb 24, 2026 21:055,16170,440,05641,820,0001,020,0002,281,472
4Feb 24, 2026 21:055,16269,197,84640,853,0001,992,0002,510,848
5Feb 24, 2026 21:085,16473,643,01940,871,0001,993,0002,506,752
6Feb 24, 2026 21:055,16463,837,79840,867,0001,993,0002,281,472
7Feb 24, 2026 21:065,16465,402,53239,868,0002,990,0002,285,568
8Feb 24, 2026 21:055,16469,993,52240,868,0001,993,0002,498,560
9Feb 24, 2026 21:055,16665,639,17841,884,000997,0002,281,472
10Feb 24, 2026 21:065,17270,201,62540,932,0001,996,0002,277,376
11Feb 24, 2026 21:065,17365,759,74941,934,000998,0002,285,568
12Feb 24, 2026 21:055,17673,411,52141,963,000999,0002,285,568
13Feb 24, 2026 21:085,17669,482,37340,966,0001,998,0002,510,848
14Feb 24, 2026 21:065,17765,536,40341,972,000999,0002,281,472
15Feb 24, 2026 21:065,17971,443,89740,983,0001,999,0002,285,568
16Feb 24, 2026 21:055,17964,615,62441,988,000999,0002,506,752
17Feb 24, 2026 21:055,18170,114,19540,000,0003,000,0002,281,472
18Feb 24, 2026 21:085,18167,211,78541,003,0002,000,0002,285,568
19Feb 24, 2026 21:055,18366,290,44342,023,0001,000,0002,285,568
20Feb 24, 2026 21:065,19068,924,88142,076,0001,001,0002,285,568
21Feb 24, 2026 21:055,21769,384,11141,285,0002,013,0002,514,944
22Feb 24, 2026 21:055,21768,960,42240,283,0003,021,0002,502,656
23Feb 24, 2026 21:065,23468,053,95341,422,0002,020,0002,281,472
24Feb 24, 2026 21:065,52271,776,77042,843,0002,989,0002,285,568