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:49Mikołaj UzarskiMikołaj UzarskiScore: 5,360Success
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:505,33871,424,65142,290,0002,013,0002,510,848
2Feb 24, 2026 20:505,34271,215,47042,322,0002,015,0002,506,752
3Feb 24, 2026 20:505,34871,097,86342,373,0002,017,0002,285,568
4Feb 24, 2026 20:495,34966,808,75843,390,0001,009,0002,510,848
5Feb 24, 2026 20:505,35573,367,98842,424,0002,020,0002,281,472
6Feb 24, 2026 20:505,35576,224,67243,436,0001,010,0002,285,568
7Feb 24, 2026 20:505,35669,061,41242,436,0002,020,0002,502,656
8Feb 24, 2026 20:505,36065,202,88142,462,0002,022,0002,281,472
9Feb 24, 2026 20:495,36167,819,90243,482,0001,011,0002,502,656
10Feb 24, 2026 20:505,37177,741,88543,563,0001,013,0002,285,568
11Feb 24, 2026 20:505,37770,969,67943,615,0001,014,0002,285,568
12Feb 24, 2026 20:505,40679,154,18042,831,0002,039,0002,506,752
13Feb 24, 2026 20:505,43168,820,50043,078,0002,003,0002,347,008
14Feb 24, 2026 20:505,47167,280,03643,394,0002,018,0002,514,944
15Feb 24, 2026 20:495,65375,576,39545,924,000998,0002,265,088