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 listApr 19, 2026 04:50Yuriy LyfenkoYuriy LyfenkoScore: 4,293Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 19, 2026 04:504,27657,010,63734,475,0001,013,0002,486,272
2Apr 19, 2026 04:504,27662,924,00834,477,0001,014,0002,269,184
3Apr 19, 2026 04:504,27761,231,03933,524,0001,972,0002,473,984
4Apr 19, 2026 04:504,27856,006,43734,493,0001,014,0002,469,888
5Apr 19, 2026 04:504,27857,177,93534,496,0001,014,0002,269,184
6Apr 19, 2026 04:504,27957,965,17934,502,0001,014,0002,531,328
7Apr 19, 2026 04:504,28154,417,12134,517,0001,015,0002,301,952
8Apr 19, 2026 04:504,28356,047,45134,538,0001,015,0002,465,792
9Apr 19, 2026 04:524,29065,701,17934,586,0001,017,0002,473,984
10Apr 19, 2026 04:524,29360,227,20734,614,0001,018,0002,535,424
11Apr 19, 2026 04:504,29359,751,14034,614,0001,018,0002,531,328
12Apr 19, 2026 04:504,29662,061,24333,678,0001,981,0002,473,984
13Apr 19, 2026 04:504,31559,622,83834,821,000994,0002,535,424
14Apr 19, 2026 04:504,31665,781,36233,836,0001,990,0002,535,424
15Apr 19, 2026 04:504,31766,237,93833,845,0001,990,0002,535,424
16Apr 19, 2026 04:504,31859,459,65033,848,0001,991,0002,531,328
17Apr 19, 2026 04:504,31862,734,97133,849,0001,991,0002,535,424
18Apr 19, 2026 04:524,31965,634,63735,850,00002,465,792
19Apr 19, 2026 04:504,32163,165,74233,870,0001,992,0002,473,984
20Apr 19, 2026 04:504,32263,138,43833,883,0001,993,0002,478,080
21Apr 19, 2026 04:504,32356,852,22533,884,0001,993,0002,478,080