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 18, 2026 19:35lipapipalipapipaScore: 6,678Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 17, 2026 22:296,48486,310,66452,825,000996,0002,338,816
2Feb 18, 2026 19:356,49780,707,51050,931,0002,995,0002,498,560
3Feb 17, 2026 22:296,50475,884,72751,984,0001,999,0002,297,856
4Feb 17, 2026 22:296,50578,067,33550,991,0002,999,0002,334,720
5Feb 18, 2026 19:356,50676,671,57050,001,0004,000,0002,445,312
6Feb 17, 2026 22:296,52675,925,83052,158,0002,006,0002,494,464
7Feb 17, 2026 22:296,54175,973,50051,275,0003,016,0002,506,752
8Feb 17, 2026 22:296,60381,482,60052,814,0001,992,0002,334,720
9Feb 17, 2026 22:296,61680,763,31352,913,0001,996,0002,347,008
10Feb 17, 2026 22:296,67876,426,47753,410,0002,015,0002,273,280
11Feb 18, 2026 19:356,72481,929,77153,816,0001,993,0002,498,560
12Feb 17, 2026 22:296,72583,599,79953,827,0001,993,0002,347,008
13Feb 17, 2026 22:296,74783,701,34652,999,0002,999,0002,510,848
14Feb 18, 2026 19:356,77582,227,50354,224,0002,008,0002,318,336
15Feb 18, 2026 19:356,86286,084,67754,956,0001,998,0002,457,600
16Feb 18, 2026 19:356,87584,862,70754,058,0003,003,0002,301,952
17Feb 17, 2026 22:296,92681,611,67356,477,0001,008,0002,322,432
18Feb 17, 2026 22:296,97680,714,52555,908,0001,996,0002,338,816