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 11, 2026 18:14olliecrowolliecrowScore: 6,264Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 11, 2026 18:125,88877,236,44845,876,0002,991,0002,494,464
2Feb 11, 2026 18:145,89078,917,76947,889,000997,0002,433,024
3Feb 11, 2026 18:145,89979,744,62844,965,0003,996,0002,355,200
4Feb 11, 2026 18:125,91075,806,57745,048,0004,004,0002,482,176
5Feb 11, 2026 18:145,91074,777,52146,048,0003,003,0002,428,928
6Feb 11, 2026 18:145,91179,006,71946,059,0003,003,0002,420,736
7Feb 11, 2026 18:145,92080,395,40143,120,0006,016,0002,293,760
8Feb 11, 2026 18:145,92678,006,25847,175,0002,007,0002,404,352
9Feb 11, 2026 18:145,93573,182,46746,246,0003,016,0002,412,544
10Feb 11, 2026 18:146,00377,301,74345,836,0003,985,0002,273,280
11Feb 11, 2026 18:126,00776,220,36447,863,0001,994,0002,498,560
12Feb 11, 2026 18:146,09676,200,38349,588,0001,012,0002,310,144
13Feb 11, 2026 18:126,26477,976,19749,989,0001,999,0002,416,640
14Feb 11, 2026 18:146,30377,237,79351,310,0001,006,0002,314,240
15Feb 11, 2026 18:126,31881,172,53448,408,0004,034,0002,330,624
16Feb 11, 2026 18:146,31978,741,04550,433,0002,017,0002,433,024
17Feb 11, 2026 18:146,33078,464,53350,516,0002,020,0002,293,760
18Feb 11, 2026 18:146,34481,778,15050,634,0002,025,0002,519,040
19Feb 11, 2026 18:146,36278,706,51550,813,0001,992,0002,482,176
20Feb 11, 2026 18:146,37378,355,96149,904,0002,994,0002,506,752
21Feb 11, 2026 18:146,37880,524,61448,940,0003,995,0002,465,792
22Feb 11, 2026 18:146,39781,375,42047,088,0006,011,0002,494,464
23Feb 11, 2026 18:126,44782,328,25349,473,0004,038,0002,486,272
24Feb 11, 2026 18:146,49783,846,19051,924,0001,997,0002,486,272