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 9, 2026 16:36wnwnScore: 4,401Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 9, 2026 16:364,34261,252,88834,036,0002,002,0002,490,368
2Mar 9, 2026 16:374,36862,453,47535,246,0001,007,0002,494,464
3Mar 9, 2026 16:384,36956,163,49035,258,0001,007,0002,498,560
4Mar 9, 2026 16:374,37459,126,06135,293,0001,008,0002,502,656
5Mar 9, 2026 16:374,38260,656,33935,360,0001,010,0002,273,280
6Mar 9, 2026 16:364,39057,755,91335,429,0001,012,0002,490,368
7Mar 9, 2026 16:384,39160,623,91735,432,0001,012,0002,273,280
8Mar 9, 2026 16:374,39555,455,42835,466,0001,013,0002,498,560
9Mar 9, 2026 16:374,39859,563,98535,491,0001,014,0002,494,464
10Mar 9, 2026 16:384,39964,138,54834,482,0002,028,0002,531,328
11Mar 9, 2026 16:384,40157,594,01335,516,0001,014,0002,490,368
12Mar 9, 2026 16:374,40959,628,99235,578,0001,016,0002,273,280
13Mar 9, 2026 16:364,41263,712,76235,604,0001,017,0002,273,280
14Mar 9, 2026 16:364,41368,410,40135,612,0001,017,0002,273,280
15Mar 9, 2026 16:374,41863,363,38135,655,0001,018,0002,494,464
16Mar 9, 2026 16:364,43861,278,52634,845,0001,991,0002,494,464
17Mar 9, 2026 16:384,44460,657,53835,865,0001,024,0002,490,368
18Mar 9, 2026 16:374,44556,976,16934,900,0001,994,0002,273,280
19Mar 9, 2026 16:384,47358,678,12935,121,0002,006,0002,273,280
20Mar 9, 2026 16:3710,765115,105,27488,350,0001,003,0002,273,280
21Mar 9, 2026 16:3610,941117,135,05288,816,0001,995,0002,490,368