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 20:36Daniel MastalerzDaniel MastalerzScore: 5,432Success
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 20:365,37678,771,34242,592,0002,028,0002,514,944
2Feb 24, 2026 20:365,37877,702,30941,592,0003,043,0002,514,944
3Feb 24, 2026 20:365,38070,262,03341,614,0003,044,0002,265,088
4Feb 24, 2026 20:445,39571,680,25040,798,0003,980,0002,326,528
5Feb 24, 2026 20:365,39668,808,46141,803,0002,985,0002,326,528
6Feb 24, 2026 20:365,39877,961,87541,818,0002,987,0002,314,240
7Feb 24, 2026 20:365,39871,090,07440,821,0003,982,0002,314,240
8Feb 24, 2026 20:445,39872,322,83641,816,0002,986,0002,310,144
9Feb 24, 2026 20:365,40076,068,45540,836,0003,984,0002,514,944
10Feb 24, 2026 20:525,40466,806,29940,868,0003,987,0002,318,336
11Feb 24, 2026 20:365,40868,949,79940,897,0003,989,0002,523,136
12Feb 24, 2026 20:365,43070,992,73941,066,0004,006,0002,514,944
13Feb 24, 2026 20:445,43269,473,25741,077,0004,007,0002,326,528
14Feb 24, 2026 20:525,46570,167,39741,327,0004,031,0002,326,528
15Feb 24, 2026 20:525,47566,931,66041,406,0004,039,0002,523,136
16Feb 24, 2026 20:525,47672,376,21643,434,0002,020,0002,277,376
17Feb 24, 2026 20:365,47771,137,94742,433,0003,030,0002,260,992
18Feb 24, 2026 20:445,47970,401,13042,444,0003,031,0002,318,336
19Feb 24, 2026 20:525,48369,262,23142,473,0003,033,0002,265,088
20Feb 24, 2026 20:445,48677,751,55042,499,0003,035,0002,318,336
21Feb 24, 2026 20:365,48670,149,58342,499,0003,035,0002,306,048
22Feb 24, 2026 20:525,48870,051,62243,526,0002,024,0002,506,752
23Feb 24, 2026 20:365,49276,882,50742,544,0003,038,0002,318,336
24Feb 24, 2026 20:445,51671,456,24641,800,0003,980,0002,301,952