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 9, 2026 20:02Daniel MastalerzDaniel MastalerzScore: 10,021Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 9, 2026 20:249,911103,634,39778,253,0004,012,0002,265,088
2Feb 9, 2026 20:029,916103,766,05779,290,0003,011,0002,519,040
3Feb 9, 2026 20:029,927109,484,16980,386,0002,009,0002,314,240
4Feb 9, 2026 20:249,927105,314,48778,373,0004,019,0002,342,912
5Feb 9, 2026 20:249,932110,857,32280,423,0002,010,0002,523,136
6Feb 9, 2026 20:029,934106,804,26679,439,0003,016,0002,310,144
7Feb 9, 2026 20:029,935104,980,96481,452,0001,005,0002,314,240
8Feb 9, 2026 20:249,936108,457,12781,465,0001,005,0002,519,040
9Feb 9, 2026 20:249,939106,153,38579,477,0003,018,0002,519,040
10Feb 9, 2026 20:249,949112,406,91477,539,0005,035,0002,510,848
11Feb 9, 2026 20:029,971116,286,91478,774,0003,988,0002,269,184
12Feb 9, 2026 20:029,978104,267,40176,833,0005,987,0002,310,144
13Feb 9, 2026 20:2410,021105,769,42380,169,0003,006,0002,289,664
14Feb 9, 2026 20:0210,040108,141,49679,318,0004,016,0002,519,040
15Feb 9, 2026 20:0210,043106,866,70378,340,0005,021,0002,277,376
16Feb 9, 2026 20:2410,045106,815,63779,359,0004,018,0002,514,944
17Feb 9, 2026 20:0210,056111,412,85479,441,0004,022,0002,310,144
18Feb 9, 2026 20:0210,069109,021,81082,565,0001,006,0002,387,968
19Feb 9, 2026 20:2410,091113,269,34181,764,0001,994,0002,314,240
20Feb 9, 2026 20:2410,094108,281,30679,795,0003,989,0002,314,240
21Feb 9, 2026 20:2410,154112,840,04382,270,0002,006,0002,322,432
22Feb 9, 2026 20:0210,157106,834,27682,297,0002,007,0002,510,848
23Feb 9, 2026 20:0210,158108,223,97982,303,0002,007,0002,310,144
24Feb 9, 2026 20:2410,161104,994,37383,334,0001,004,0002,297,856