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:39Daniel MastalerzDaniel MastalerzScore: 9,507Success
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:389,488104,061,12673,764,0004,984,0002,338,816
2Feb 9, 2026 20:399,490104,682,63774,780,0003,988,0002,379,776
3Feb 9, 2026 20:399,491104,864,30173,791,0004,985,0002,314,240
4Feb 9, 2026 20:389,492108,372,90574,794,0003,989,0002,404,352
5Feb 9, 2026 20:399,493102,058,01175,765,0003,030,0002,297,856
6Feb 9, 2026 20:399,496102,184,44673,827,0004,988,0002,318,336
7Feb 9, 2026 20:389,496107,442,54173,825,0004,988,0002,310,144
8Feb 9, 2026 20:389,496103,727,21873,828,0004,988,0002,396,160
9Feb 9, 2026 20:399,500104,212,67174,861,0003,992,0002,404,352
10Feb 9, 2026 20:389,50599,075,00474,896,0003,994,0002,396,160
11Feb 9, 2026 20:399,505107,297,63674,895,0003,994,0002,293,760
12Feb 9, 2026 20:399,506105,848,70175,901,0002,996,0002,404,352
13Feb 9, 2026 20:399,507106,662,47773,916,0004,994,0002,314,240
14Feb 9, 2026 20:389,543112,106,25875,200,0004,010,0002,400,256
15Feb 9, 2026 20:389,544104,337,54274,203,0005,013,0002,383,872
16Feb 9, 2026 20:389,545101,719,52675,213,0004,011,0002,297,856
17Feb 9, 2026 20:399,555105,884,11973,285,0006,023,0002,338,816
18Feb 9, 2026 20:389,667103,084,58679,230,0001,002,0002,297,856
19Feb 9, 2026 20:389,672105,008,48077,269,0003,010,0002,314,240
20Feb 9, 2026 20:399,678103,931,81176,313,0004,016,0002,404,352
21Feb 9, 2026 20:399,697101,704,84775,452,0005,030,0002,297,856
22Feb 9, 2026 20:389,705115,064,18077,531,0003,020,0002,301,952
23Feb 9, 2026 20:389,713107,513,78676,589,0004,031,0002,301,952
24Feb 9, 2026 20:399,734106,361,33377,799,0002,992,0002,408,448