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 listMar 10, 2026 14:52JarnoJarnoScore: 47,084Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 10, 2026 15:1246,891410,008,340388,195,0001,000,0002,285,568
2Mar 10, 2026 15:1246,964418,875,739388,804,000999,0002,285,568
3Mar 10, 2026 15:1247,027412,441,267390,321,00002,363,392
4Mar 10, 2026 14:5247,037418,459,860390,410,00002,285,568
5Mar 10, 2026 14:5247,040424,436,942389,431,0001,001,0002,285,568
6Mar 10, 2026 15:1247,067421,287,112388,660,0001,998,0002,473,984
7Mar 10, 2026 15:1247,072412,348,976388,697,0001,998,0002,465,792
8Mar 10, 2026 15:1247,073420,229,492388,710,0001,998,0002,363,392
9Mar 10, 2026 14:5247,078418,809,498389,745,000999,0002,285,568
10Mar 10, 2026 15:1247,084418,385,361388,802,0001,998,0002,281,472
11Mar 10, 2026 14:5247,118416,210,364390,076,0001,000,0002,285,568
12Mar 10, 2026 14:5247,124413,590,405389,129,0002,000,0002,363,392
13Mar 10, 2026 14:5247,126416,023,123391,147,00002,281,472
14Mar 10, 2026 14:5247,190423,337,594390,677,000999,0002,367,488
15Mar 10, 2026 15:1247,214415,631,520389,877,0001,999,0002,285,568
16Mar 10, 2026 14:5247,223413,826,106389,955,0001,999,0002,351,104
17Mar 10, 2026 15:1247,268424,398,371391,324,0001,000,0002,285,568
18Mar 10, 2026 14:5247,316420,004,833390,727,0001,998,0002,285,568