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 14, 2026 02:55wnwnScore: 4,139Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 14, 2026 02:574,03651,841,08032,480,0001,015,0002,531,328
2Apr 14, 2026 02:574,04857,463,35332,582,0001,018,0002,494,464
3Apr 14, 2026 02:564,04962,956,73932,587,0001,018,0002,494,464
4Apr 14, 2026 05:284,05763,106,56832,655,0001,020,0002,277,376
5Apr 14, 2026 05:274,06558,074,74031,753,0001,984,0002,490,368
6Apr 14, 2026 05:274,07357,325,84331,822,0001,988,0002,494,464
7Apr 14, 2026 02:554,07458,195,40931,824,0001,989,0002,277,376
8Apr 14, 2026 05:284,07661,439,45731,843,0001,990,0002,498,560
9Apr 14, 2026 02:564,07661,009,07631,841,0001,990,0002,277,376
10Apr 14, 2026 05:284,07857,127,36531,854,0001,990,0002,277,376
11Apr 14, 2026 05:274,08154,562,26731,883,0001,992,0002,277,376
12Apr 14, 2026 02:574,08159,248,17131,878,0001,992,0002,494,464
13Apr 14, 2026 02:554,08256,628,87931,887,0001,992,0002,486,272
14Apr 14, 2026 05:274,12154,190,51832,193,0002,012,0002,531,328
15Apr 14, 2026 02:564,12753,926,62533,249,0001,007,0002,486,272
16Apr 14, 2026 02:564,13954,261,92233,344,0001,010,0002,277,376
17Apr 14, 2026 05:274,16765,169,35133,569,0001,017,0002,277,376
18Apr 14, 2026 05:264,16963,099,35433,588,0001,017,0002,490,368
19Apr 14, 2026 02:554,17461,150,09233,627,0001,019,0002,277,376
20Apr 14, 2026 02:554,18161,199,19633,680,0001,020,0002,277,376
21Apr 14, 2026 05:274,19662,969,00433,833,000995,0002,277,376
22Apr 14, 2026 05:274,20657,640,80632,916,0001,994,0002,277,376
23Apr 14, 2026 05:274,23856,862,16233,168,0002,010,0002,498,560
24Apr 14, 2026 05:264,25856,293,29034,329,0001,009,0002,535,424
25Apr 14, 2026 02:564,25958,021,99734,338,0001,009,0002,277,376
26Apr 14, 2026 02:564,26555,863,31034,390,0001,011,0002,486,272
27Apr 14, 2026 05:264,27359,269,70534,453,0001,013,0002,277,376
28Apr 14, 2026 05:274,27956,601,31834,503,0001,014,0002,490,368
29Apr 14, 2026 02:554,28259,467,66334,526,0001,015,0002,277,376
30Apr 14, 2026 02:554,67868,442,30236,835,0001,991,0002,490,368