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 14, 2026 13:57Yuriy LyfenkoYuriy LyfenkoScore: 7,088Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 14, 2026 13:596,94289,730,50453,575,0004,043,0002,359,296
2Mar 14, 2026 13:596,97186,887,86254,871,0002,992,0002,297,856
3Mar 14, 2026 13:596,99684,631,93255,066,0003,003,0002,510,848
4Mar 14, 2026 13:577,00483,991,31255,125,0003,006,0002,457,600
5Mar 14, 2026 13:597,01584,414,61455,212,0003,011,0002,482,176
6Mar 14, 2026 13:597,01682,033,37654,218,0004,016,0002,449,408
7Mar 14, 2026 13:587,03382,293,57555,356,0003,019,0002,461,696
8Mar 14, 2026 13:597,05884,752,93555,607,0002,978,0002,523,136
9Mar 14, 2026 13:577,07583,918,19754,743,0003,981,0002,482,176
10Mar 14, 2026 13:577,08384,590,94853,806,0004,982,0002,277,376
11Mar 14, 2026 13:577,08884,545,39053,843,0004,985,0002,437,120
12Mar 14, 2026 13:587,09583,425,38153,895,0004,990,0002,523,136
13Mar 14, 2026 13:577,09583,842,64552,897,0005,988,0002,412,544
14Mar 14, 2026 13:597,09885,045,78655,919,0002,995,0002,437,120
15Mar 14, 2026 13:597,10081,528,02254,933,0003,995,0002,433,024
16Mar 14, 2026 13:577,11082,621,28656,017,0003,000,0002,437,120
17Mar 14, 2026 13:597,11084,952,72655,015,0004,001,0002,359,296
18Mar 14, 2026 13:587,16084,605,26955,396,0004,028,0002,379,776
19Mar 14, 2026 13:577,16882,733,61656,471,0003,025,0002,486,272
20Mar 14, 2026 13:577,19986,457,65556,767,0002,987,0002,465,792
21Mar 14, 2026 13:577,20084,087,81353,786,0005,976,0002,355,200