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 18, 2026 22:54wnwnScore: 5,431Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2026 22:565,39772,910,88142,801,0001,990,0002,539,520
2Feb 18, 2026 22:545,40075,682,11342,825,0001,991,0002,441,216
3Feb 18, 2026 22:545,40571,260,85142,870,0001,993,0002,453,504
4Feb 18, 2026 22:545,40669,634,72942,878,0001,994,0002,441,216
5Feb 18, 2026 22:545,41065,178,78042,908,0001,995,0002,535,424
6Feb 18, 2026 22:565,41062,502,93442,904,0001,995,0002,281,472
7Feb 18, 2026 22:555,41770,387,04942,962,0001,998,0002,445,312
8Feb 18, 2026 22:545,42466,738,63343,018,0002,000,0002,281,472
9Feb 18, 2026 22:565,42971,346,77043,060,0002,002,0002,281,472
10Feb 18, 2026 22:545,43069,396,36444,066,0001,001,0002,281,472
11Feb 18, 2026 22:565,43164,589,81643,076,0002,003,0002,281,472
12Feb 18, 2026 22:555,44665,210,36344,195,0001,004,0002,281,472
13Feb 18, 2026 22:565,45166,309,74343,234,0002,010,0002,281,472
14Feb 18, 2026 22:565,47068,970,65845,404,00002,441,216
15Feb 18, 2026 22:565,47665,157,30444,442,0001,010,0002,523,136
16Feb 18, 2026 22:565,49372,305,51644,581,0001,013,0002,449,408
17Feb 18, 2026 22:545,53368,095,52343,931,0001,996,0002,437,120
18Feb 18, 2026 22:545,57268,104,47844,239,0002,010,0002,453,504
19Feb 18, 2026 22:565,58667,450,32645,359,0001,007,0002,281,472
20Feb 18, 2026 22:545,59669,823,07146,448,00002,441,216
21Feb 18, 2026 22:555,62373,111,42046,674,00002,281,472