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 10, 2026 19:53Aleksandr MedvedevAleksandr MedvedevScore: 2,070,222Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 7, 2026 07:022,068,00817,199,139,49317,097,498,00066,970,0002,281,472
2Feb 7, 2026 07:022,068,16217,202,342,19417,087,777,00077,967,0002,281,472
3Feb 10, 2026 19:532,068,96117,207,025,11917,103,411,00068,969,0002,281,472
4Feb 7, 2026 07:022,068,96617,203,306,37317,114,446,00057,974,0002,265,088
5Feb 7, 2026 07:022,069,04117,206,959,48717,107,069,00065,969,0002,281,472
6Feb 7, 2026 07:022,069,21217,208,802,33517,102,485,00071,972,0002,281,472
7Feb 10, 2026 19:532,070,22217,214,816,84217,123,870,00058,972,0002,281,472
8Feb 7, 2026 07:022,070,31517,217,755,26817,126,642,00056,972,0002,289,664
9Feb 7, 2026 07:022,070,80317,224,574,84917,120,701,00066,967,0002,281,472
10Feb 7, 2026 07:022,073,78517,248,522,96717,129,458,00082,958,0002,281,472
11Feb 7, 2026 07:022,075,16917,260,227,16617,149,930,00073,969,0002,281,472
12Feb 10, 2026 19:532,080,91817,307,530,71517,205,642,00065,975,0002,281,472