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 3, 2026 22:30RuszrokRuszrokScore: 16,069Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 3, 2026 22:2215,870157,990,372129,730,0001,995,0002,310,144
2Feb 3, 2026 22:2215,907154,135,416130,030,0002,000,0002,289,664
3Feb 3, 2026 22:2015,921154,286,665130,146,0002,002,0002,510,848
4Feb 3, 2026 22:2215,928154,818,147130,203,0002,003,0002,285,568
5Feb 3, 2026 22:2215,945156,894,708131,343,0001,002,0002,506,752
6Feb 3, 2026 22:2215,988157,578,333130,709,0001,995,0002,306,048
7Feb 3, 2026 22:2016,010157,125,551130,887,0001,998,0002,355,200
8Feb 3, 2026 22:2216,011158,767,390131,894,000999,0002,326,528
9Feb 3, 2026 22:2316,012161,490,739130,905,0001,998,0002,285,568
10Feb 3, 2026 22:3016,030155,373,840130,045,0003,001,0002,506,752
11Feb 3, 2026 22:2316,032159,094,318131,066,0002,001,0002,322,432
12Feb 3, 2026 22:2016,057159,526,937132,275,0001,002,0002,334,720
13Feb 3, 2026 22:2016,069158,138,763132,373,0001,002,0002,330,624
14Feb 3, 2026 22:2016,148162,104,762132,028,0002,000,0002,445,312
15Feb 3, 2026 22:2216,166157,129,820133,175,0001,001,0002,326,528
16Feb 3, 2026 22:2016,173161,489,539132,236,0002,003,0002,314,240
17Feb 3, 2026 22:3016,182159,456,089132,309,0002,004,0002,404,352
18Feb 3, 2026 22:2016,191162,401,320133,385,0001,002,0002,502,656
19Feb 3, 2026 22:2016,203160,850,849133,478,0001,003,0002,289,664
20Feb 3, 2026 22:2216,206167,902,849133,508,0001,003,0002,265,088
21Feb 3, 2026 22:2316,206163,229,114133,508,0001,003,0002,318,336
22Feb 3, 2026 22:2016,212161,069,465134,560,00002,519,040
23Feb 3, 2026 22:2216,222159,946,365132,646,0001,994,0002,318,336
24Feb 3, 2026 22:3016,223160,674,136132,655,0001,994,0002,289,664