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 18:45wnwnScore: 4,283Success
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 18:504,23555,102,20233,146,0002,008,0002,273,280
2Mar 14, 2026 18:464,25562,810,23334,308,0001,009,0002,273,280
3Mar 14, 2026 18:504,25760,209,17134,324,0001,009,0002,498,560
4Mar 14, 2026 18:464,26156,113,20534,359,0001,010,0002,273,280
5Mar 14, 2026 18:514,26162,862,67334,353,0001,010,0002,494,464
6Mar 14, 2026 18:494,26358,024,16334,370,0001,010,0002,273,280
7Mar 14, 2026 18:514,26453,687,09834,382,0001,011,0002,527,232
8Mar 14, 2026 18:514,26560,749,69434,387,0001,011,0002,490,368
9Mar 14, 2026 18:514,26855,351,27734,412,0001,012,0002,273,280
10Mar 14, 2026 18:464,26956,822,75534,418,0001,012,0002,273,280
11Mar 14, 2026 18:464,26953,842,42934,424,0001,012,0002,494,464
12Mar 14, 2026 18:504,26955,587,89234,423,0001,012,0002,273,280
13Mar 14, 2026 18:464,27156,729,44334,435,0001,012,0002,273,280
14Mar 14, 2026 18:504,27655,126,02234,478,0001,014,0002,273,280
15Mar 14, 2026 18:504,28162,132,61334,521,0001,015,0002,273,280
16Mar 14, 2026 18:514,28362,531,39034,531,0001,015,0002,273,280
17Mar 14, 2026 18:504,28353,940,05634,537,0001,015,0002,273,280
18Mar 14, 2026 18:494,28859,112,88534,573,0001,016,0002,273,280
19Mar 14, 2026 18:464,29164,024,33034,598,0001,017,0002,273,280
20Mar 14, 2026 18:494,29562,422,87634,632,0001,018,0002,490,368
21Mar 14, 2026 18:464,29860,148,83334,658,0001,019,0002,494,464
22Mar 14, 2026 18:514,31762,414,36233,838,0001,990,0002,273,280
23Mar 14, 2026 18:464,31860,446,70033,847,0001,991,0002,490,368
24Mar 14, 2026 18:464,32460,738,41933,899,0001,994,0002,273,280
25Mar 14, 2026 18:514,32762,395,33633,917,0001,995,0002,273,280
26Mar 14, 2026 18:514,34557,876,86134,064,0002,003,0002,273,280
27Mar 14, 2026 18:454,39162,992,29935,431,0001,012,0002,273,280
28Mar 14, 2026 18:454,39257,507,08135,445,0001,012,0002,498,560
29Mar 14, 2026 18:504,40557,678,67235,545,0001,015,0002,494,464
30Mar 14, 2026 18:504,41666,793,49535,632,0001,018,0002,494,464
31Mar 14, 2026 18:504,41964,165,27835,663,0001,018,0002,498,560
32Mar 14, 2026 18:454,51167,048,83336,432,0001,012,0002,486,272
33Mar 14, 2026 18:514,67861,298,65536,836,0001,991,0002,527,232